summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/chef/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index 5b90b2bde1..8e7c67bb92 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -137,7 +137,7 @@ class Chef
class Win32RegValueExists < RuntimeError; end
class Win32RegTypesMismatch < RuntimeError; end
class Win32RegNoRecursive < ArgumentError; end
-
+ class Win32RegTypeDoesNotExist < ArgumentError; end
class MissingRole < RuntimeError
NULL = Object.new