Exception: Asherah::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/asherah/error.rb

Overview

Base error class. Also serves as a namespace for specific error types compatible with the canonical godaddy/asherah-ruby gem.

Constant Summary collapse

ConfigError =
Class.new(self)
NotInitialized =
Class.new(self)
AlreadyInitialized =
Class.new(self)
GetSessionFailed =
Class.new(self)
EncryptFailed =
Class.new(self)
DecryptFailed =
Class.new(self)
BadConfig =
Class.new(self)
Timeout =
Class.new(self)