Exception: WPScan::Error::BrowserFailed

Inherits:
Standard
  • Object
show all
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

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(message = 'The browser was closed or failed before SAML authentication could be completed.')
  super
end