Sha256: 77c004414d7413ba934a064f5b3dc0dfc006da1ea883d3522fadc682b1c0a821

Contents?: true

Size: 260 Bytes

Versions: 11

Compression:

Stored size: 260 Bytes

Contents

require 'cryptic/exceptions/encryption_error'

module Cryptic
  module Exceptions
    # An exception to throw when there's a problem with decryption
    #
    # @author Erran Carey <me@errancarey.com>
    class DecryptionError < EncryptionError; end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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