aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/raises_arbitrary_exception.rb
blob: 118ee6bdd14d21219bcd686c69e98a8788c1c762 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

RaisesArbitraryException = 1
_ = A::B # Autoloading recursion, also expected to be watched and discarded.

raise Exception, "arbitrary exception message"