We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 055e147 commit 08127b2Copy full SHA for 08127b2
pendulum/exceptions.py
@@ -1,5 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
+from .parsing.exceptions import ParserError
4
+
5
6
class PendulumException(BaseException):
7
0 commit comments