diff options
-rw-r--r-- | lib/chef/exceptions.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index 37253ed7b3..0282b79a83 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -330,7 +330,5 @@ class Chef end end - # Raise when a whitelisted attribute can't be found in the data. - class WhitelistAttributeNotFound < RuntimeError; end end end |