Exception: Siwe::UnableToParseMessage

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

Overview

Used when the message doesn’t match the RegExp.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Unable to parse message.") ⇒ UnableToParseMessage

Returns a new instance of UnableToParseMessage.



83
84
85
# File 'lib/siwe/exceptions.rb', line 83

def initialize(msg = "Unable to parse message.")
  super
end