lib/recurly/errors/api_errors.rb in recurly-3.14.0 vs lib/recurly/errors/api_errors.rb in recurly-3.15.0

- old
+ new

@@ -24,9 +24,11 @@ class ServerError < ResponseError; end class InternalServerError < ServerError; end + class ServiceNotAvailableError < InternalServerError; end + class BadGatewayError < ServerError; end class ServiceUnavailableError < ServerError; end class RedirectionError < ResponseError; end