aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies/raises_exception.rb
blob: 0a56680fe38e6cc4fda29db1e127ae82b61b3cf2 (plain) (blame)
1
2
3
$raises_exception_load_count += 1
raise Exception, "Loading me failed, so do not add to loaded or history."
$raises_exception_load_count += 1