Sha256: 29399ff303eeaa98560d230cddc877b8bcfe3fc4596a58fc34ae3cc386931be3
Contents?: true
Size: 476 Bytes
Versions: 4
Compression:
Stored size: 476 Bytes
Contents
module Cryptorecord # Standard Error Class to inherit from class Error < StandardError; end # Error in argument of a method class ArgumentError < Error; end # Error with a Digest class DigestError < Error; end # Error with a Cipher class CipherError < Error; end # Error with a Mtype(TLSA) class MatchTypeError < Error; end # Error with a Selector(TLSA) class SelectorError < Error; end # Any Errors with a Key/Cert class KeyError < Error; end end
Version data entries
4 entries across 4 versions & 1 rubygems