Exception: Siwe::InvalidSignature

Inherits:
StandardError
  • Object
show all
Defined in:
lib/siwe/exceptions.rb

Overview

Used when the signature doesn’t correspond to the address of the message.

Instance Method Summary collapse

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