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

raise Exception, "arbitrary exception message"