lib/chef-dk/exceptions.rb in chef-dk-2.1.11 vs lib/chef-dk/exceptions.rb in chef-dk-2.3.1

- old
+ new

@@ -49,10 +49,10 @@ super("Component #{component_name} is missing.\nReason: #{reason}") end end class OmnibusInstallNotFound < RuntimeError - def initialize() + def initialize super("Can not find omnibus installation directory for Chef.") end end class UnsupportedFeature < StandardError