summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <mcquin@users.noreply.github.com>2014-05-15 14:10:47 -0700
committerClaire McQuin <mcquin@users.noreply.github.com>2014-05-15 14:10:47 -0700
commit0dfa9ae0426d237c708d09594e0ae0b43267dbcd (patch)
treee7fa9a1415164531ffb03766020f7b6d55595c20
parent1323ffb1de47b31b9e1515c8123c1b8545385a22 (diff)
downloadchef-0dfa9ae0426d237c708d09594e0ae0b43267dbcd.tar.gz
Update exceptions.rb
Remove WhitelistAttributeNotFound error
-rw-r--r--lib/chef/exceptions.rb2
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