Exception: CompTree::NoFunctionError

Inherits:
NodeError show all
Defined in:
lib/comp_tree/error.rb

Overview

Encountered a node without a function during a computation.

Instance Attribute Summary

Attributes inherited from NodeError

#node_name

Instance Method Summary collapse

Methods inherited from NodeError

#initialize

Constructor Details

This class inherits a constructor from CompTree::NodeError

Instance Method Details

#custom_messageObject

:nodoc:



36
37
38
# File 'lib/comp_tree/error.rb', line 36

def custom_message  #:nodoc:
  "no function was defined for node `#{node_name.inspect}'"
end