Exception: Yaso::StepIsNotImplementedError

Inherits:
Error
  • Object
show all
Defined in:
lib/yaso/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(klass, step) ⇒ StepIsNotImplementedError

Returns a new instance of StepIsNotImplementedError.



7
8
9
# File 'lib/yaso/errors.rb', line 7

def initialize(klass, step)
  super("#{klass}##{step} step is not implemented")
end