summaryrefslogtreecommitdiffstats
path: root/pendulum/exceptions.py
blob: 4c6448a6eaa7726d2a8c94f3b72f5bf5660cc928 (plain)
1
2
3
4
5
6
from .parsing.exceptions import ParserError  # noqa


class PendulumException(Exception):

    pass