Exception: Siwe::DomainMismatch

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

Overview

Used when the domain doesn’t match the domain provided for verification.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Domain does not match provided domain for verification.") ⇒ DomainMismatch

Returns a new instance of DomainMismatch.



20
21
22
# File 'lib/siwe/exceptions.rb', line 20

def initialize(msg = "Domain does not match provided domain for verification.")
  super
end