Exception: Inferno::Exceptions::UnknownPreset

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/inferno/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(preset_id, suite_id) ⇒ UnknownPreset

Returns a new instance of UnknownPreset.



124
125
126
# File 'lib/inferno/exceptions.rb', line 124

def initialize(preset_id, suite_id)
  super("Preset '#{preset_id}' not found for suite '#{suite_id}'")
end