Exception: Siwe::NotValidMessage
- Inherits:
-
StandardError
- Object
- StandardError
- Siwe::NotValidMessage
- Defined in:
- lib/siwe/exceptions.rb
Overview
Used when the message is not yet valid. (Not Before > Time.now)
Instance Method Summary collapse
-
#initialize(msg = "Message not yet valid.") ⇒ NotValidMessage
constructor
A new instance of NotValidMessage.
Constructor Details
#initialize(msg = "Message not yet valid.") ⇒ NotValidMessage
Returns a new instance of NotValidMessage.
55 56 57 |
# File 'lib/siwe/exceptions.rb', line 55 def initialize(msg = "Message not yet valid.") super end |