Exception: AssayDepot::SignatureVerificationError
- Inherits:
-
StandardError
- Object
- StandardError
- AssayDepot::SignatureVerificationError
- Defined in:
- lib/assaydepot.rb
Instance Method Summary collapse
-
#initialize(msg = "Event not properly signed.", exception_type = "custom") ⇒ SignatureVerificationError
constructor
A new instance of SignatureVerificationError.
Constructor Details
#initialize(msg = "Event not properly signed.", exception_type = "custom") ⇒ SignatureVerificationError
Returns a new instance of SignatureVerificationError.
11 12 13 14 |
# File 'lib/assaydepot.rb', line 11 def initialize(msg="Event not properly signed.", exception_type="custom") @exception_type = exception_type super(msg) end |