Exception: Siwe::ExpiredMessage

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

Overview

Used when the message is already expired. (Expires At < Time.now)

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Expired message.") ⇒ ExpiredMessage

Returns a new instance of ExpiredMessage.



6
7
8
# File 'lib/siwe/exceptions.rb', line 6

def initialize(msg = "Expired message.")
  super
end