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.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/multibyte/exceptions.rb b/activesupport/lib/active_support/multibyte/exceptions.rb
index af760cc561..62066e3c71 100644
--- a/activesupport/lib/active_support/multibyte/exceptions.rb
+++ b/activesupport/lib/active_support/multibyte/exceptions.rb
@@ -2,6 +2,7 @@
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