Private
Public Access
1
0

test with BaseException

This commit is contained in:
2024-08-15 16:06:13 +02:00
parent d76b90bbae
commit 4c477d49b2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -606,7 +606,7 @@ def ewmovingaverage(interval, window_size):
# Custom error class - to raise a NoTokenError
class NoTokenError(Exception):
class NoTokenError(BaseException):
def __init__(self, value):
self.value = value