aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/exception.rb
blob: ef801e713dd154976fc9c9d7b10788bea4adf424 (plain) (blame)
1
2
3
module ActiveSupport
  FrozenObjectError = RUBY_VERSION < '1.9' ? TypeError : RuntimeError
end