lib/inspec/exceptions.rb in inspec-3.6.6 vs lib/inspec/exceptions.rb in inspec-3.7.1

- old
+ new

@@ -1,11 +1,11 @@ # encoding: utf-8 # copyright: 2017, Chef Software Inc. module Inspec module Exceptions - class AttributesFileDoesNotExist < ArgumentError; end - class AttributesFileNotReadable < ArgumentError; end + class InputsFileDoesNotExist < ArgumentError; end + class InputsFileNotReadable < ArgumentError; end class ResourceFailed < StandardError; end class ResourceSkipped < StandardError; end class SecretsBackendNotFound < ArgumentError; end end end