1 2 3 4
class KresBaseException(Exception): # noqa: N818 """ Base class for all custom exceptions we use in Knot Resolver. """