Exception: Siwe::NonceMismatch

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

Overview

Used when the nonce doesn’t match the nonce provided for verification.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Nonce does not match provided nonce for verification.") ⇒ NonceMismatch

Returns a new instance of NonceMismatch.



27
28
29
# File 'lib/siwe/exceptions.rb', line 27

def initialize(msg = "Nonce does not match provided nonce for verification.")
  super
end