Sha256: 2771f4f182a73155409468f1193d41b12e820c808fe963a628ce2bb506bda067

Contents?: true

Size: 270 Bytes

Versions: 8

Compression:

Stored size: 270 Bytes

Contents

# encoding: utf-8
# copyright: 2017, Chef Software Inc.

module Inspec
  module Exceptions
    class AttributesFileDoesNotExist < ArgumentError; end
    class AttributesFileNotReadable < ArgumentError; end
    class SecretsBackendNotFound < ArgumentError; end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
inspec-1.43.8 lib/inspec/exceptions.rb
inspec-1.43.5 lib/inspec/exceptions.rb
inspec-1.42.3 lib/inspec/exceptions.rb
inspec-1.41.0 lib/inspec/exceptions.rb
inspec-1.40.0 lib/inspec/exceptions.rb
inspec-1.39.1 lib/inspec/exceptions.rb
inspec-1.38.8 lib/inspec/exceptions.rb
inspec-1.37.6 lib/inspec/exceptions.rb