Exception: Siwe::InvalidNonce
- Inherits:
-
StandardError
- Object
- StandardError
- Siwe::InvalidNonce
- Defined in:
- lib/siwe/exceptions.rb
Overview
Used when the nonce is smaller then 8 characters or is not alphanumeric
Instance Method Summary collapse
-
#initialize(msg = "Nonce size smaller then 8 characters or is not alphanumeric.") ⇒ InvalidNonce
constructor
A new instance of InvalidNonce.
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 |