Sha256: 54d7f67ee857932c5cbcb06f6791c494f647a384aa1bd6137e731910dcfc10c4

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

module Cryptic
  module Exceptions
    # A exception to throw if the the passphrase for a private key was entered
    # incorrectly
    #
    # @author Erran Carey <me@errancarey.com>
    class IncorrectPassphrase < ArgumentError; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cryptic-1.0.0.beta.11 lib/cryptic/exceptions/incorrect_passphrase.rb
cryptic-1.0.0.beta.10 lib/cryptic/exceptions/incorrect_passphrase.rb
cryptic-1.0.0.beta.9 lib/cryptic/exceptions/incorrect_passphrase.rb
cryptic-1.0.0.beta.8 lib/cryptic/exceptions/incorrect_passphrase.rb
cryptic-1.0.0.beta.7 lib/cryptic/exceptions/incorrect_passphrase.rb