Class: Ace::Assign::StepErrors::NotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/ace/assign.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Step not found") ⇒ NotFound

Returns a new instance of NotFound.



55
56
57
# File 'lib/ace/assign.rb', line 55

def initialize(message = "Step not found")
  super(message, exit_code: 4)
end