Total Complexity | 0 |
Total Lines | 6 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | """Topology Exceptions.""" |
||
2 | |||
3 | |||
4 | 1 | class RestoreError(Exception): |
|
5 | """Error restoring entity data from the database.""" |
||
6 |