Raised when user attempts to create an invalid tree in some way.
| 14 | |
| 15 | |
| 16 | class InvalidTreeError(Exception): |
| 17 | """Raised when user attempts to create an invalid tree in some way.""" |
| 18 | |
| 19 | |
| 20 | class NotFoundInTreeError(ValueError): |
no outgoing calls
no test coverage detected
searching dependent graphs…