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

raise Exception, "arbitray exception message"