Exception: Inferno::Exceptions::UnknownPreset
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Inferno::Exceptions::UnknownPreset
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(preset_id, suite_id) ⇒ UnknownPreset
constructor
A new instance of UnknownPreset.
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 |