caselawclient.models.identifiers.exceptions

1class InvalidIdentifierXMLRepresentationException(Exception):
2    pass
3
4
5class IdentifierValidationException(Exception):
6    pass
class InvalidIdentifierXMLRepresentationException(builtins.Exception):
2class InvalidIdentifierXMLRepresentationException(Exception):
3    pass

Common base class for all non-exit exceptions.

class IdentifierValidationException(builtins.Exception):
6class IdentifierValidationException(Exception):
7    pass

Common base class for all non-exit exceptions.