Sha256: 571cdd2ba0bb6d03fa0fad5a4db83224350bd28548b6526c54b5201f2e5e239a

Contents?: true

Size: 201 Bytes

Versions: 11

Compression:

Stored size: 201 Bytes

Contents

module Cryptic
  module Exceptions
    # A exception to throw if the encrypted data looks bogus
    #
    # @author Erran Carey <me@errancarey.com>
    class InvalidData < ArgumentError; end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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