lib/inspec/exceptions.rb in inspec-2.0.16 vs lib/inspec/exceptions.rb in inspec-2.0.17
- 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