Exception: Siwe::InvalidNonce

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

Overview

Used when the nonce is smaller then 8 characters or is not alphanumeric

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Nonce size smaller then 8 characters or is not alphanumeric.") ⇒ InvalidNonce

Returns a new instance of InvalidNonce.



48
49
50
# File 'lib/siwe/exceptions.rb', line 48

def initialize(msg = "Nonce size smaller then 8 characters or is not alphanumeric.")
  super
end