diff options
author | Jeremy J. Miller <jm@chef.io> | 2016-10-06 17:46:26 -0400 |
---|---|---|
committer | Jeremy J. Miller <jm@chef.io> | 2016-10-06 18:05:05 -0400 |
commit | 1a2f0c6422adc4c304bdd36af9fcdbb43df54e3a (patch) | |
tree | 064f5b11070241aeec410bdd4f919bb6afa497cc /lib/chef/exceptions.rb | |
parent | 1a0c4c533be9e8a35a6fa8650e7a478f19d90ae6 (diff) | |
download | chef-1a2f0c6422adc4c304bdd36af9fcdbb43df54e3a.tar.gz |
Adding support for rfc 62 exit code 213
Signed-off-by: Jeremy J. Miller <jm@chef.io>
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index ea779754e2..7126323ff7 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -79,6 +79,7 @@ class Chef class Reboot < Exception; end class RebootPending < Exception; end class RebootFailed < Mixlib::ShellOut::ShellCommandFailed; end + class ClientUpgraded < Exception; end class PrivateKeyMissing < RuntimeError; end class CannotWritePrivateKey < RuntimeError; end class RoleNotFound < RuntimeError; end |