lib/chef/taste/errors.rb in chef-taste-1.0.0 vs lib/chef/taste/errors.rb in chef-taste-1.1.0

- old
+ new

@@ -26,7 +26,11 @@ module Chef module Taste # The current/given path is not a cookbook # class NotACookbookError < StandardError; end + + # The given display type is not supported + # + class UnsupportedDisplayFormatError < ArgumentError; end end end