Sha256: 063c33bcd2f0c7186eac29461d13be64a1a68f4bcb4f331cd293c4004f4a7f52

Contents?: true

Size: 211 Bytes

Versions: 11

Compression:

Stored size: 211 Bytes

Contents

module Cryptic
  module Exceptions
    # An exception to raise when a valid encoding is specified
    #
    # @author Erran Carey <me@errancarey.com>
    class UnsupportedEncoding < EncodingError; end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cryptic-1.0.0.beta.11 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.10 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.9 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.8 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.7 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.6 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.5 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.4 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.3 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.2 lib/cryptic/exceptions/unsupported_encoding.rb
cryptic-1.0.0.beta.1 lib/cryptic/exceptions/unsupported_encoding.rb