lib/ridley/errors.rb in ridley-1.3.1 vs lib/ridley/errors.rb in ridley-1.3.2

- old
+ new

@@ -44,10 +44,12 @@ end class BootstrapError < RidleyError; end class ClientKeyFileNotFound < BootstrapError; end class EncryptedDataBagSecretNotFound < BootstrapError; end - class HostConnectionError < BootstrapError; end + + class HostConnectionError < RidleyError; end + class DNSResolvError < HostConnectionError; end class RemoteCommandError < RidleyError; end class RemoteScriptError < RemoteCommandError; end class CommandNotProvided < RemoteCommandError attr_reader :connector_type