summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-11-11 11:28:38 -0800
committersersut <serdar@opscode.com>2013-11-11 11:28:38 -0800
commitc062ed00c21a46ea3733b112ca79d6b86446eb7f (patch)
tree29b53d742074d2605a628aea7687246aed247f48 /lib/chef/exceptions.rb
parent1db8f468a15632eb129b30367babd001ee2d0ace (diff)
downloadchef-c062ed00c21a46ea3733b112ca79d6b86446eb7f.tar.gz
New property :excluded_members for group resource and required common code around it.
Diffstat (limited to 'lib/chef/exceptions.rb')
-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 99054eb254..1c952318f1 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -77,6 +77,7 @@ class Chef
class DsclCommandFailed < RuntimeError; end
class UserIDNotFound < ArgumentError; end
class GroupIDNotFound < ArgumentError; end
+ class ConflictingMembersInGroup < ArgumentError; end
class InvalidResourceReference < RuntimeError; end
class ResourceNotFound < RuntimeError; end
class InvalidResourceSpecification < ArgumentError; end