Exception: Siwe::InvalidMessageVersion

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

Overview

Used when the message version is not 1.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Invalid message version.") ⇒ InvalidMessageVersion

Returns a new instance of InvalidMessageVersion.



69
70
71
# File 'lib/siwe/exceptions.rb', line 69

def initialize(msg = "Invalid message version.")
  super
end