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.



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

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