Class: Jiminy::CLI::ExitCodes::WorkflowNotFound
- Defined in:
- lib/jiminy/cli/exit_codes/workflow_not_found.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(pipeline_id:, workflow_name:) ⇒ WorkflowNotFound
constructor
A new instance of WorkflowNotFound.
Methods inherited from Base
Constructor Details
#initialize(pipeline_id:, workflow_name:) ⇒ WorkflowNotFound
Returns a new instance of WorkflowNotFound.
5 6 7 |
# File 'lib/jiminy/cli/exit_codes/workflow_not_found.rb', line 5 def initialize(pipeline_id:, workflow_name:) super("Unable to find workflow called '#{workflow_name}' in Pipeline #{pipeline_id}", 1) end |