lib/ridley/errors.rb in ridley-0.9.1 vs lib/ridley/errors.rb in ridley-0.10.0.rc1
- old
+ new
@@ -36,9 +36,10 @@
class CookbookSyntaxError < RidleyError; end
class BootstrapError < RidleyError; end
class ClientKeyFileNotFound < BootstrapError; end
class EncryptedDataBagSecretNotFound < BootstrapError; end
+ class HostConnectionError < BootstrapError; end
# Exception thrown when the maximum amount of requests is exceeded.
class RedirectLimitReached < RidleyError
attr_reader :response