summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2012-12-11 09:04:22 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:56:12 -0800
commit7770059f83e53542760409b3889c10b87b065bb6 (patch)
tree96fc568dc877dc7ad8a1983a9824240b5cfb3b69 /lib
parente4f944079b6c75d34299845dce00c4d6a4d1fddb (diff)
downloadchef-7770059f83e53542760409b3889c10b87b065bb6.tar.gz
Adding exceptions that were undefined
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index 9cf9944e3b..6644554897 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -140,6 +140,7 @@ class Chef
class Win32RegTypeDoesNotExist < ArgumentError; end
class Win32RegBadType < ArgumentError; end
class Win32RegBadValueSize < ArgumentError; end
+ class Win32RegTypesMismatch < ArgumentError; end
class MissingRole < RuntimeError
NULL = Object.new