summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-08-08 13:55:41 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2014-09-19 12:47:29 -0700
commitcb503c72ea1e07f670d5c20830463e3469283298 (patch)
treeead922e0111d215391a2cefc2697c3f2d0c39931 /lib/chef/exceptions.rb
parent5534b5d0f781188e0398d5b1ade7ceba568e4b45 (diff)
downloadchef-cb503c72ea1e07f670d5c20830463e3469283298.tar.gz
Initial dsc_configuration resource implementation
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r--lib/chef/exceptions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index 23e223f204..ea053cae64 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -118,6 +118,8 @@ class Chef
class InvalidDataBagPath < ArgumentError; end
class DuplicateDataBagItem < RuntimeError; end
+ class PowershellCmdletException < RuntimeError; end
+
# A different version of a cookbook was added to a
# VersionedRecipeList than the one already there.
class CookbookVersionConflict < ArgumentError ; end