aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/raises_arbitrary_exception.rb
blob: 3ca4213c7179266e4316630eddca261c90ce5ef3 (plain) (blame)
1
2
3
4
RaisesArbitraryException = 1
_ = A::B # Autoloading recursion, also expected to be watched and discarded.

raise Exception, 'arbitray exception message'