Skip to content

Commit e50108a

Browse files
Delgansdispater
authored andcommitted
Make "PendulumException" a subclass of "Exception" (#215) (#217)
1 parent 6c2da2b commit e50108a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pendulum/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .parsing.exceptions import ParserError
22

33

4-
class PendulumException(BaseException):
4+
class PendulumException(Exception):
55

66
pass

0 commit comments

Comments
 (0)