Sha256: 075778669f53bb675fb1fd9fa24a623c9a3f61f9976e9193b0746626b17345ff

Contents?: true

Size: 209 Bytes

Versions: 23

Compression:

Stored size: 209 Bytes

Contents

# encoding: utf-8
# frozen_string_literal: true

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

Version data entries

23 entries across 21 versions & 6 rubygems

Version Path
tdiary-5.0.1 vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/exceptions.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/mail-2.6.4/lib/mail/multibyte/exceptions.rb
mail-2.6.4 lib/mail/multibyte/exceptions.rb