summaryrefslogtreecommitdiffstats
path: root/pendulum/exceptions.py
blob: 3ab4db913cd7a122da90ed5255ebda666ff1a1c0 (plain)
1
2
3
4
5
6
7
8
from __future__ import annotations

from .parsing.exceptions import ParserError  # noqa


class PendulumException(Exception):

    pass