[docs]
class CRLHTTPError(Exception):
"""Exception raised for errors in the CRL HTTP request."""
[docs]
class CRLParseError(Exception):
"""Exception raised for errors in parsing the CRL."""
[docs]
class CRLReadError(Exception):
"""Exception raised for errors in reading the CRL."""