lib/rdstation/error.rb in rdstation-ruby-client-2.3.1 vs lib/rdstation/error.rb in rdstation-ruby-client-2.4.0

- old
+ new

@@ -17,9 +17,10 @@ class MethodNotAllowed < Error; end class NotAcceptable < Error; end class Conflict < Error; end class UnsupportedMediaType < Error; end class UnprocessableEntity < Error; end + class TooManyRequests < Error; end class InternalServerError < Error; end class NotImplemented < Error; end class BadGateway < Error; end class ServiceUnavailable < Error; end class ServerError < Error; end