Exception: Ruflow::Error::OutputPortNotDefined

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruflow/error/output_port_not_defined.rb

Instance Method Summary collapse

Constructor Details

#initialize(return_value) ⇒ OutputPortNotDefined

Returns a new instance of OutputPortNotDefined.



4
5
6
# File 'lib/ruflow/error/output_port_not_defined.rb', line 4

def initialize(return_value)
  super("Expected start method to return [:<<output_port>>, <<value>>], but returned #{return_value}")
end