Source code for arxiv.canonical.register.exceptions
[docs]class ConsistencyError(Exception):
"""Operation was attempted that would violate consistency of the record."""
[docs]class NoSuchResource(Exception):
"""Operation was attempted on a non-existant resource."""