lib/active_support/multibyte/exceptions.rb



# encoding: utf-8

module ActiveSupport #:nodoc:
  module Multibyte #:nodoc:
    # Raised when a problem with the encoding was found.
    class EncodingError < StandardError; end
  end
end