Source code for pyeudiw.x509.exceptions

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