Skip to content

Commit 08127b2

Browse files
johnpneumannsdispater
authored andcommitted
expose ParserError in exceptions.py (#99)
1 parent 055e147 commit 08127b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pendulum/exceptions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- coding: utf-8 -*-
22

3+
from .parsing.exceptions import ParserError
4+
35

46
class PendulumException(BaseException):
57

0 commit comments

Comments
 (0)