Code

< 40 %
40-60 %
> 60 %
1
"""Topology Exceptions."""
2
3
4 1
class RestoreError(Exception):
5
    """Error restoring entity data from the database."""
6