aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/exception.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-02 09:37:44 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-02 10:04:58 +0900
commit7bc224dda00133dcb72c531d3b46391a88f21062 (patch)
tree23a9f58470f66e290c7d794066dcd2ce6f728032 /activesupport/lib/active_support/core_ext/exception.rb
parent5f638161f736fbc360e843d1edf8d550cbbc8b26 (diff)
downloadrails-7bc224dda00133dcb72c531d3b46391a88f21062.tar.gz
rails-7bc224dda00133dcb72c531d3b46391a88f21062.tar.bz2
rails-7bc224dda00133dcb72c531d3b46391a88f21062.zip
remove meaningless AS::FrozenObjectError
Diffstat (limited to 'activesupport/lib/active_support/core_ext/exception.rb')
-rw-r--r--activesupport/lib/active_support/core_ext/exception.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/lib/active_support/core_ext/exception.rb b/activesupport/lib/active_support/core_ext/exception.rb
deleted file mode 100644
index ba7757ea07..0000000000
--- a/activesupport/lib/active_support/core_ext/exception.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-module ActiveSupport
- FrozenObjectError = RuntimeError
-end