Exception: Ferrum::TimeoutError

Inherits:
Error
  • Object
show all
Defined in:
lib/ferrum/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



31
32
33
34
35
36
# File 'lib/ferrum/errors.rb', line 31

def message
  "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