Class: Jiminy::CLI::ExitCodes::WorkflowNotSuccess

Inherits:
Base
  • Object
show all
Defined in:
lib/jiminy/cli/exit_codes/workflow_not_success.rb

Instance Attribute Summary

Attributes inherited from Base

#message, #value

Instance Method Summary collapse

Methods inherited from Base

#to_s

Constructor Details

#initialize(status:) ⇒ WorkflowNotSuccess

Returns a new instance of WorkflowNotSuccess.



5
6
7
# File 'lib/jiminy/cli/exit_codes/workflow_not_success.rb', line 5

def initialize(status:)
  super("Workflow #{status}—aborting...", 0)
end