Exception: Inferno::Exceptions::RequiredInputsNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Inferno::Exceptions::RequiredInputsNotFound
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(missing_inputs) ⇒ RequiredInputsNotFound
constructor
A new instance of RequiredInputsNotFound.
Constructor Details
#initialize(missing_inputs) ⇒ RequiredInputsNotFound
Returns a new instance of RequiredInputsNotFound.
87 88 89 |
# File 'lib/inferno/exceptions.rb', line 87 def initialize(missing_inputs) super("Missing the following required inputs: #{missing_inputs.join(', ')}") end |