Exception: SolidFlow::Errors::InvalidStep

Inherits:
SolidFlowError show all
Defined in:
lib/solid_flow/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(step) ⇒ InvalidStep

Returns a new instance of InvalidStep.



45
46
47
# File 'lib/solid_flow/errors.rb', line 45

def initialize(step)
  super("Step `#{step}` is not defined on this workflow")
end