summaryrefslogtreecommitdiff
path: root/chef/lib/chef/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef/lib/chef/exceptions.rb')
-rw-r--r--chef/lib/chef/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef/lib/chef/exceptions.rb b/chef/lib/chef/exceptions.rb
index 32596bfa5d..bc54ed1100 100644
--- a/chef/lib/chef/exceptions.rb
+++ b/chef/lib/chef/exceptions.rb
@@ -29,5 +29,6 @@ class Chef
class MissingLibrary < RuntimeError; end
class User < RuntimeError; end
class Group < RuntimeError; end
+ class Link < RuntimeError; end
end
end