summaryrefslogtreecommitdiffstats
path: root/pendulum/parsing/exceptions/__init__.py
blob: 997b0fac8c0cd28b7c39cc4e469512354a2122f7 (plain)
1
2
3
class ParserError(ValueError):

    pass