Exception: Siwe::DomainMismatch
- Inherits:
-
StandardError
- Object
- StandardError
- Siwe::DomainMismatch
- Defined in:
- lib/siwe/exceptions.rb
Overview
Used when the domain doesn’t match the domain provided for verification.
Instance Method Summary collapse
-
#initialize(msg = "Domain does not match provided domain for verification.") ⇒ DomainMismatch
constructor
A new instance of DomainMismatch.
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 |