Exception: Ferrum::StatusFailError

Inherits:
ClientError show all
Defined in:
lib/ferrum/errors.rb

Instance Attribute Summary

Attributes inherited from ClientError

#response

Instance Method Summary collapse

Methods inherited from ClientError

#initialize

Constructor Details

This class inherits a constructor from Ferrum::ClientError

Instance Method Details

#messageObject



40
41
42
# File 'lib/ferrum/errors.rb', line 40

def message
  "Request to #{response["url"]} failed to reach server, check DNS and/or server status"
end