diff options
author | Ranjib Dey <ranjib@pagerduty.com> | 2015-04-18 18:06:06 -0700 |
---|---|---|
committer | Ranjib Dey <ranjib@pagerduty.com> | 2015-04-18 18:06:06 -0700 |
commit | fdde9a0a476c407d34882631b50406cf585c6602 (patch) | |
tree | 31feb3b66cb915adb61757852d6190b38a2b14bf /lib/chef/exceptions.rb | |
parent | 466421102c41b4f99e0f503aca631d762bb8455c (diff) | |
download | chef-fdde9a0a476c407d34882631b50406cf585c6602.tar.gz |
[RFC-039] chef handler dsl
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 eea6a2f239..0b7b1634ad 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -91,6 +91,7 @@ class Chef class InvalidResourceReference < RuntimeError; end class ResourceNotFound < RuntimeError; end class VerificationNotFound < RuntimeError; end + class UnknownEventType < ArgumentError; end # Can't find a Resource of this type that is valid on this platform. class NoSuchResourceType < NameError |