aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies/raises_exception.rb
blob: 67bfaabb3e7fa546100914221439d2578f07d80f (plain) (blame)
1
2
3
4
5
# 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