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.
2 parents 9e8032b + 69c37aa commit 866f50eCopy full SHA for 866f50e
opentok/exceptions.py
@@ -1,4 +1,4 @@
1
-class OpenTokException(BaseException):
+class OpenTokException(Exception):
2
"""Defines exceptions thrown by the OpenTok SDK.
3
"""
4
pass
0 commit comments