Skip to content

Instantly share code, notes, and snippets.

@localhostdotdev
Created April 3, 2019 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save localhostdotdev/b855287d4780df2fc430ea8c56ba2c95 to your computer and use it in GitHub Desktop.
Save localhostdotdev/b855287d4780df2fc430ea8c56ba2c95 to your computer and use it in GitHub Desktop.
HTTP_ERRORS = [
EOFError,
Errno::ECONNRESET,
Errno::EINVAL,
Net::HTTPBadResponse,
Net::HTTPHeaderSyntaxError,
Net::ProtocolError,
Timeout::Error,
Errno::ENETDOWN
]
rescue HTTParty::Error, *HTTP_ERRORS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment