lib/intercom.rb in intercom-0.1.15 vs lib/intercom.rb in intercom-0.1.16

- old
+ new

@@ -150,9 +150,13 @@ # Raised when something does wrong on within the Intercom API service. class ServerError < StandardError; end + # Raised when we have bad gateway errors. + class BadGatewayError < StandardError; + end + # Raised when we reach socket connect timeout class ServiceUnavailableError < StandardError; end # Raised when requesting resources on behalf of a user that doesn't exist in your application on Intercom. \ No newline at end of file