module Cryptic module Exceptions # A generic exception to throw when there's a problem with encryption # # @author Erran Carey class EncryptionError < RuntimeError; end end end