Exception: Booth::Errors::MissingRelyingParty
- Inherits:
-
Integration
- Object
- StandardError
- Error
- Integration
- Booth::Errors::MissingRelyingParty
- Defined in:
- lib/booth/errors.rb
Instance Method Summary collapse
-
#initialize(message = 'Please configure a name for the relying party in the `webauth` gem. ' \ "For example `WebAuthn.configuration.rp_name = 'My Homepage'`") ⇒ MissingRelyingParty
constructor
A new instance of MissingRelyingParty.
Constructor Details
#initialize(message = 'Please configure a name for the relying party in the `webauth` gem. ' \ "For example `WebAuthn.configuration.rp_name = 'My Homepage'`") ⇒ MissingRelyingParty
Returns a new instance of MissingRelyingParty.
42 43 44 45 |
# File 'lib/booth/errors.rb', line 42 def initialize( = 'Please configure a name for the relying party in the `webauth` gem. ' \ "For example `WebAuthn.configuration.rp_name = 'My Homepage'`") super end |