bin/sms in clickatell-0.8.0 vs bin/sms in clickatell-0.8.1
- old
+ new
@@ -49,10 +49,11 @@
when '007'
puts "Requests for this API key are not permitted from this IP address."
exit 1
else
puts "Unexpected error occurred. #{e.message} (error code: #{e.code})."
- puts "Please contact the author (contact@lukeredpath.co.uk) with the above error."
+ puts "Please file any bugs on GitHub (http://github.com/lukeredpath/clickatell/issues)."
+ puts "A list of Clickatell error codes can be found in their API documentation (http://is.gd/egeS7)."
exit 1
end
rescue Timeout::Error
puts "The connection the the Clickatell service timed out"
\ No newline at end of file