Sha256: 5876d1a9b4dd0073ead8d61fd172d0623c58551dbf6bee6b6af3a2dfce132dbc
Contents?: true
Size: 268 Bytes
Versions: 11
Compression:
Stored size: 268 Bytes
Contents
require 'cryptic/exceptions/decryption_error' module Cryptic module Exceptions # An exception to raise when you try to decrypt with the wrong private key # # @author Erran Carey <me@errancarey.com> class KeyMismatch < DecryptionError; end end end
Version data entries
11 entries across 11 versions & 1 rubygems