for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
exceptions.py
"""Topology Exceptions."""
class RestoreError(Exception):
"""Error restoring entity data from the database."""