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


class PendulumException(Exception):

    pass