lib/inspec/exceptions.rb in inspec-1.51.6 vs lib/inspec/exceptions.rb in inspec-1.51.15

- old
+ new

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