Exception: Siwe::InvalidSignature
- Inherits:
-
StandardError
- Object
- StandardError
- Siwe::InvalidSignature
- Defined in:
- lib/siwe/exceptions.rb
Overview
Used when the signature doesn’t correspond to the address of the message.
Instance Method Summary collapse
-
#initialize(msg = "Signature doesn't match message.") ⇒ InvalidSignature
constructor
A new instance of InvalidSignature.
Constructor Details
#initialize(msg = "Signature doesn't match message.") ⇒ InvalidSignature
Returns a new instance of InvalidSignature.
76 77 78 |
# File 'lib/siwe/exceptions.rb', line 76 def initialize(msg = "Signature doesn't match message.") super end |