Exception: Invoq::SignatureVerificationError

Inherits:
Error
  • Object
show all
Defined in:
lib/invoq/errors.rb

Instance Attribute Summary collapse

Attributes inherited from Error

#payload

Instance Method Summary collapse

Constructor Details

#initialize(code, message) ⇒ SignatureVerificationError

Returns a new instance of SignatureVerificationError.



28
29
30
31
# File 'lib/invoq/errors.rb', line 28

def initialize(code, message)
  super(message)
  @code = code
end

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code.



26
27
28
# File 'lib/invoq/errors.rb', line 26

def code
  @code
end