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

raise Exception, 'arbitray exception message'