Skip to content

Commit

Permalink
fix: Change ObsoleteException to inherit from Exception instead of Ba…
Browse files Browse the repository at this point in the history
…seException (#490)
  • Loading branch information
fefi95 authored and childish-sambino committed Nov 1, 2019
1 parent b9bfea2 commit 65f6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilio/base/obsolete.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import functools


class ObsoleteException(BaseException):
class ObsoleteException(Exception):
""" Base class for warnings about obsolete features. """
pass

Expand Down

0 comments on commit 65f6c9f

Please sign in to comment.