Skip to content

Commit 866f50e

Browse files
authored
Merge pull request #115 from aiham/fernandogrd-exception_base_class
Replace BaseException with Exception (fernandogrd)
2 parents 9e8032b + 69c37aa commit 866f50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentok/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class OpenTokException(BaseException):
1+
class OpenTokException(Exception):
22
"""Defines exceptions thrown by the OpenTok SDK.
33
"""
44
pass

0 commit comments

Comments
 (0)