Exception: Siwe::InvalidDomain

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

Overview

Used when the domain is not a valid authority or is empty.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Invalid domain.") ⇒ InvalidDomain

Returns a new instance of InvalidDomain.



13
14
15
# File 'lib/siwe/exceptions.rb', line 13

def initialize(msg = "Invalid domain.")
  super
end