Exception: Siwe::InvalidURI

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

Overview

Used when the message is created with an invalid URI

Instance Method Summary collapse

Constructor Details

#initialize(msg = "URI does not conform to RFC 3986.") ⇒ InvalidURI

Returns a new instance of InvalidURI.



41
42
43
# File 'lib/siwe/exceptions.rb', line 41

def initialize(msg = "URI does not conform to RFC 3986.")
  super
end