Exception: Booth::Errors::MissingRelyingParty

Inherits:
Integration show all
Defined in:
lib/booth/errors.rb

Instance Method Summary collapse

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(message = 'Please configure a name for the relying party in the `webauth` gem. ' \
                         "For example `WebAuthn.configuration.rp_name = 'My Homepage'`")
  super
end