lib/ridley/errors.rb in ridley-0.10.0.rc1 vs lib/ridley/errors.rb in ridley-0.10.0.rc2
- old
+ new
@@ -38,9 +38,12 @@
class BootstrapError < RidleyError; end
class ClientKeyFileNotFound < BootstrapError; end
class EncryptedDataBagSecretNotFound < BootstrapError; end
class HostConnectionError < BootstrapError; end
+ class RemoteCommandError < RidleyError; end
+ class RemoteScriptError < RemoteCommandError; end
+
# Exception thrown when the maximum amount of requests is exceeded.
class RedirectLimitReached < RidleyError
attr_reader :response
def initialize(response)