Method: Ferrum::BrowserError#initialize
- Defined in:
- lib/ferrum.rb
#initialize(response) ⇒ BrowserError
47 48 49 50 |
# File 'lib/ferrum.rb', line 47 def initialize(response) @response = response super(response["message"]) end |
47 48 49 50 |
# File 'lib/ferrum.rb', line 47 def initialize(response) @response = response super(response["message"]) end |