summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2012-11-27 08:19:28 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:56:07 -0800
commit0d078e73129a8f844e00a9ff6871416c3761e319 (patch)
tree98ebb1c5fc3c23d1e42ea0328f821fb855265ee6 /lib/chef/exceptions.rb
parent74825c0d1a83e2aa8ec47fe4b3b777b1d827256f (diff)
downloadchef-0d078e73129a8f844e00a9ff6871416c3761e319.tar.gz
Adding new exceptions
Diffstat (limited to 'lib/chef/exceptions.rb')
-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