lib/tamber.rb in tamber-0.1.10 vs lib/tamber.rb in tamber-0.1.11
- old
+ new
@@ -155,10 +155,10 @@
message = "Could not connect to Tamber at #{api_url}. " \
"Please check that your internet connection and DNS are working by running " \
"'host tamber.com' from the command line and try again. " \
"Still borked? Email us at support@tamber.com and we'll get to the bottom of it."
- when RestClient::Timeout
+ when RestClient::RequestTimeout
message = "Could not connect to Tamber at #{api_url}. " \
"Please check your internet connection and try again. " \
"Still borked? Email us at support@tamber.com and we'll get to the bottom of it."
when RestClient::SSLCertificateNotVerified