Exception class for errors originating within a `GraphComponent`.
| 3 | |
| 4 | |
| 5 | class GraphComponentException(Exception): |
| 6 | """Exception class for errors originating within a `GraphComponent`.""" |
| 7 | |
| 8 | |
| 9 | class GraphSchemaException(Exception): |
no outgoing calls
no test coverage detected
searching dependent graphs…