8000 fix: Change ObsoleteException to inherit from Exception instead of Ba… · twilio/twilio-python@65f6c9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 65f6c9f

Browse files
fefi95childish-sambino
authored andcommitted
fix: Change ObsoleteException to inherit from Exception instead of BaseException (#490)
1 parent b9bfea2 commit 65f6c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/base/obsolete.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import functools
33

44

5-
class ObsoleteException(BaseException):
5+
class ObsoleteException(Exception):
66
""" Base class for warnings about obsolete features. """
77
pass
88

0 commit comments

Comments
 (0)
0