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