Exception: Ferrum::NoExecutionContextError
- Inherits:
-
BrowserError
- Object
- StandardError
- Error
- BrowserError
- Ferrum::NoExecutionContextError
- Defined in:
- lib/ferrum/errors.rb
Instance Attribute Summary
Attributes inherited from BrowserError
Instance Method Summary collapse
-
#initialize(response = nil) ⇒ NoExecutionContextError
constructor
A new instance of NoExecutionContextError.
Methods inherited from BrowserError
Constructor Details
#initialize(response = nil) ⇒ NoExecutionContextError
Returns a new instance of NoExecutionContextError.
108 109 110 |
# File 'lib/ferrum/errors.rb', line 108 def initialize(response = nil) super(response || { "message" => "There's no context available" }) end |