Sha256: 4402af1f22ca8f0248606110adbb924149eebe441457c6a8164583e97505268d
Contents?: true
Size: 300 Bytes
Versions: 16
Compression:
Stored size: 300 Bytes
Contents
module SymmetricEncryption # Exceptions created by SymmetricEncryption class Error < StandardError end # Exceptions when working with Ciphers class CipherError < Error end # Exceptions when trying to use the keys before they have been configured class ConfigError < Error end end
Version data entries
16 entries across 16 versions & 1 rubygems