Sha256: 7bd993f02b5cc812aaed3a6639399d14fe61ee15218069248d6d21901369a19d

Contents?: true

Size: 168 Bytes

Versions: 3

Compression:

Stored size: 168 Bytes

Contents

module ThreatAgent
  module Exceptions
    # An exception to display when the YAML specified wasn't found
    NoConfigurationFound = Class.new(ArgumentError)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
threat_agent-1.0.0.beta.4 lib/threat_agent/exceptions/no_configuration_found.rb
threat_agent-1.0.0.beta.3 lib/threat_agent/exceptions/no_configuration_found.rb
threat_agent-1.0.0.beta.2 lib/threat_agent/exceptions/no_configuration_found.rb