lib/berkshelf/api_client/errors.rb in berkshelf-api-client-3.0.0 vs lib/berkshelf/api_client/errors.rb in berkshelf-api-client-4.0.0
- old
+ new
@@ -2,9 +2,9 @@
class APIClientError < StandardError; end
module APIClient
class TimeoutError < APIClientError; end
class BadResponse < APIClientError; end
- class ServiceUnavaiable < APIClientError; end
+ class ServiceUnavailable < APIClientError; end
class ServiceNotFound < APIClientError; end
end
end