lib/ridley/errors.rb in ridley-0.7.0.rc4 vs lib/ridley/errors.rb in ridley-0.7.0

- old
+ new

@@ -31,9 +31,11 @@ def to_s "filetype: '#{type}'" end end + class CookbookSyntaxError < RidleyError; end + class BootstrapError < RidleyError; end class ClientKeyFileNotFound < BootstrapError; end class EncryptedDataBagSecretNotFound < BootstrapError; end class HTTPError < RidleyError