summaryrefslogtreecommitdiffstats
path: root/python/knot_resolver/exceptions.py
blob: c84c5ea63aef834908c27a21c786dc4cfdbea41f (plain)
1
2
3
4
class KresBaseException(Exception):  # noqa: N818
    """
    Base class for all custom exceptions we use in Knot Resolver.
    """