summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authortylercloke <tylercloke@gmail.com>2015-04-07 17:31:34 -0700
committertylercloke <tylercloke@gmail.com>2015-04-20 15:19:06 -0700
commit855954929adf26aecaad8cd0f549f03353825d6c (patch)
treef4da617c866b40e6102cfbe3d2ac936e80802cba /lib/chef/exceptions.rb
parentde7dc03e8da3c30f9b833b25e58f4e087f978c1a (diff)
downloadchef-855954929adf26aecaad8cd0f549f03353825d6c.tar.gz
Implemented the Key object corrosponding to key rotation API endpoint.tc/chef_key_object
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r--lib/chef/exceptions.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index eea6a2f239..cfedbfd0d9 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -69,6 +69,9 @@ class Chef
class ValidationFailed < ArgumentError; end
class InvalidPrivateKey < ArgumentError; end
class ConfigurationError < ArgumentError; end
+ class MissingKeyAttribute < ArgumentError; end
+ class InvalidKeyArgument < ArgumentError; end
+ class InvalidKeyAttribute < ArgumentError; end
class RedirectLimitExceeded < RuntimeError; end
class AmbiguousRunlistSpecification < ArgumentError; end
class CookbookFrozen < ArgumentError; end