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