From: Nick Lewis <[email protected]>
Signed-off-by: Nick Lewis <[email protected]> --- lib/node_group_cycle_error.rb | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) delete mode 100644 lib/node_group_cycle_error.rb diff --git a/lib/node_group_cycle_error.rb b/lib/node_group_cycle_error.rb deleted file mode 100644 index 697975a..0000000 --- a/lib/node_group_cycle_error.rb +++ /dev/null @@ -1,7 +0,0 @@ -class NodeGroupCycleError < StandardError - attr_reader :node_group - def initialize(node_group) - @node_group = node_group - super("The node groups that this node belongs to contain a cycle.") - end -end -- 1.7.3.1 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
