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

raise Exception, "arbitrary exception message"