Exception: Siwe::NotValidMessage

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

Overview

Used when the message is not yet valid. (Not Before > Time.now)

Instance Method Summary collapse

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