Exception: CompTree::NoFunctionError
- Defined in:
- lib/comp_tree/error.rb
Overview
Encountered a node without a function during a computation.
Instance Attribute Summary
Attributes inherited from NodeError
Instance Method Summary collapse
-
#custom_message ⇒ Object
:nodoc:.
Methods inherited from NodeError
Constructor Details
This class inherits a constructor from CompTree::NodeError
Instance Method Details
#custom_message ⇒ Object
:nodoc:
36 37 38 |
# File 'lib/comp_tree/error.rb', line 36 def #:nodoc: "no function was defined for node `#{node_name.inspect}'" end |