Exception: Ferrum::TimeoutError
- Defined in:
- lib/ferrum/errors.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
31 32 33 34 35 36 |
# File 'lib/ferrum/errors.rb', line 31 def "Timed out waiting for response. It's possible that this happened " \ "because something took a very long time (for example a page load " \ "was slow). If so, setting the :timeout option to a higher value might " \ "help." end |