Froze rails gems
[depot.git] / vendor / rails / activesupport / lib / active_support / multibyte / exceptions.rb
1 # encoding: utf-8
2
3 module ActiveSupport #:nodoc:
4 module Multibyte #:nodoc:
5 # Raised when a problem with the encoding was found.
6 class EncodingError < StandardError; end
7 end
8 end