Exception: CompTree::NoNodeError
- Defined in:
- lib/comp_tree/error.rb
Overview
Requested node does not exist.
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:
45 46 47 |
# File 'lib/comp_tree/error.rb', line 45 def #:nodoc: "no node named `#{node_name.inspect}'" end |