Sha256: ad8fa0459752df7a1edbaa4e79b00f0e4de53f74cb4fe0cbc4d3217ec1c7fccc
Contents?: true
Size: 613 Bytes
Versions: 5
Compression:
Stored size: 613 Bytes
Contents
require 'colorize' require 'cryptic/exceptions/decryption_error' require 'cryptic/exceptions/encryption_error' require 'cryptic/exceptions/invalid_data' require 'cryptic/exceptions/invalid_key' require 'cryptic/exceptions/incorrect_passphrase' require 'cryptic/exceptions/key_generation_failure' require 'cryptic/exceptions/key_mismatch' require 'cryptic/exceptions/key_not_found' require 'cryptic/exceptions/unsupported_encoding' module Cryptic # A namepace for exceptions that's included in the Cryptic module for # convenience # # @author Erran Carey <me@errancarey.com> module Exceptions end end
Version data entries
5 entries across 5 versions & 1 rubygems