diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-12-18 14:55:02 -0800 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-12-18 14:55:02 -0800 |
commit | 4a91e5e40972f0be7e71aba4615b1f76affeafc6 (patch) | |
tree | 4ca516f85f040f10b6200d8a8c49021fac50d03d /lib/chef/exceptions.rb | |
parent | 095d2e4128121d8303887663d882ee54a5c12c7a (diff) | |
parent | 399674d53dfb15c731915ea6d95749774e19876c (diff) | |
download | chef-4a91e5e40972f0be7e71aba4615b1f76affeafc6.tar.gz |
Merging master to this branch
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 b204f6ef2a..b949e7b975 100644 --- a/lib/chef/exceptions.rb +++ b/lib/chef/exceptions.rb @@ -124,6 +124,7 @@ class Chef class DuplicateDataBagItem < RuntimeError; end class PowershellCmdletException < RuntimeError; end + class LCMParser < RuntimeError; end class CannotDetermineHomebrewOwner < Package; end |