ValiMail/dane-discovery

View on GitHub
dane_discovery/exceptions.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
"""Exceptions defined here."""


class TLSAError(Exception):
    """General TLSA error, details in ``self.message``."""

class PKIXError(Exception):
    """General PKIX error, details in ``self.message``."""