diff options
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r-- | lib/chef/exceptions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb index 7298f1f4d1..38056439fb 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -119,6 +119,7 @@ class Chef class DuplicateDataBagItem < RuntimeError; end class PowershellCmdletException < RuntimeError; end + class CannotDetermineHomebrewOwner < Package; end # A different version of a cookbook was added to a # VersionedRecipeList than the one already there. |