lib/chef-cli/exceptions.rb in chef-cli-1.0.13 vs lib/chef-cli/exceptions.rb in chef-cli-1.0.14
- old
+ new
@@ -42,15 +42,9 @@
end
class InvalidPolicyfileAttribute < StandardError
end
- class MissingComponentError < RuntimeError
- def initialize(component_name, reason)
- super("Component #{component_name} is missing.\nReason: #{reason}")
- end
- end
-
class OmnibusInstallNotFound < RuntimeError
require_relative "dist"
def initialize
super("Can not find omnibus installation directory for #{ChefCLI::Dist::PRODUCT}.")