summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/exceptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'chef-config/lib/chef-config/exceptions.rb')
-rw-r--r--chef-config/lib/chef-config/exceptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-config/lib/chef-config/exceptions.rb b/chef-config/lib/chef-config/exceptions.rb
index db10a5f364..23fd28f9c8 100644
--- a/chef-config/lib/chef-config/exceptions.rb
+++ b/chef-config/lib/chef-config/exceptions.rb
@@ -22,5 +22,6 @@ module ChefConfig
class ConfigurationError < ArgumentError; end
class InvalidPath < StandardError; end
+ class UnparsableConfigOption < StandardError; end
end