Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / multibyte / exceptions.rb
diff --git a/vendor/rails/activesupport/lib/active_support/multibyte/exceptions.rb b/vendor/rails/activesupport/lib/active_support/multibyte/exceptions.rb
new file mode 100644 (file)
index 0000000..62066e3
--- /dev/null
@@ -0,0 +1,8 @@
+# encoding: utf-8
+
+module ActiveSupport #:nodoc:
+  module Multibyte #:nodoc:
+    # Raised when a problem with the encoding was found.
+    class EncodingError < StandardError; end
+  end
+end
\ No newline at end of file