Exception: Siwe::InvalidMessageVersion
- Inherits:
-
StandardError
- Object
- StandardError
- Siwe::InvalidMessageVersion
- Defined in:
- lib/siwe/exceptions.rb
Overview
Used when the message version is not 1.
Instance Method Summary collapse
-
#initialize(msg = "Invalid message version.") ⇒ InvalidMessageVersion
constructor
A new instance of InvalidMessageVersion.
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 |