Class: Ace::Assign::StepErrors::NotFound
- Defined in:
- lib/ace/assign.rb
Instance Method Summary collapse
-
#initialize(message = "Step not found") ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(message = "Step not found") ⇒ NotFound
Returns a new instance of NotFound.
54 55 56 |
# File 'lib/ace/assign.rb', line 54 def initialize( = "Step not found") super(, exit_code: 4) end |