aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/multibyte/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/multibyte/exceptions.rb')
-rw-r--r--activesupport/lib/active_support/multibyte/exceptions.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/multibyte/exceptions.rb b/activesupport/lib/active_support/multibyte/exceptions.rb
new file mode 100644
index 0000000000..af760cc561
--- /dev/null
+++ b/activesupport/lib/active_support/multibyte/exceptions.rb
@@ -0,0 +1,7 @@
+# encoding: utf-8
+
+module ActiveSupport #:nodoc:
+ module Multibyte #:nodoc:
+ class EncodingError < StandardError; end
+ end
+end \ No newline at end of file