Exception: WPScan::Error::BrowserFailed
- Defined in:
- lib/wpscan/errors/saml.rb
Overview
Ferrum Browser Error. Callers should pass a context-specific message (missing Chrome binary, non-interactive terminal, browser closed mid-auth, …).
Instance Method Summary collapse
-
#initialize(message = 'The browser was closed or failed before SAML authentication could be completed.') ⇒ BrowserFailed
constructor
A new instance of BrowserFailed.
Constructor Details
#initialize(message = 'The browser was closed or failed before SAML authentication could be completed.') ⇒ BrowserFailed
Returns a new instance of BrowserFailed.
23 24 25 |
# File 'lib/wpscan/errors/saml.rb', line 23 def initialize( = 'The browser was closed or failed before SAML authentication could be completed.') super end |