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.
1 parent bd16ac3 commit 2b7f1a4Copy full SHA for 2b7f1a4
squarecloud/errors.py
@@ -1,7 +1,7 @@
1
from .file import File
2
3
4
-class SquareException(BaseException):
+class SquareException(Exception):
5
"""abstract class SquareException"""
6
7
def __init__(self, message: str = 'An unexpected error occurred'):
0 commit comments