8000 fix: Change ObsoleteException to inherit from Exception instead of Ba… · githubib/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 (twilio#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

< 3160 div class="d-flex flex-column gap-2 pt-3 react-comments-container Comment-module__commit-discussion-comments--WaMOe" id="comments">

0 commit comments

Comments
 (0)
0