Exception: Ruflow::Error::OutputPortNotDefined
- Inherits:
-
StandardError
- Object
- StandardError
- Ruflow::Error::OutputPortNotDefined
- Defined in:
- lib/ruflow/error/output_port_not_defined.rb
Instance Method Summary collapse
-
#initialize(return_value) ⇒ OutputPortNotDefined
constructor
A new instance of OutputPortNotDefined.
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 |