Node value was not a number (e.g. float, int, str).
| 23 | |
| 24 | |
| 25 | class NodeValueError(BinaryTreeError): |
| 26 | """Node value was not a number (e.g. float, int, str).""" |
| 27 | |
| 28 | |
| 29 | class TreeHeightError(BinaryTreeError): |
no outgoing calls
no test coverage detected