Signed-off-by: Litchi Pi <litchi.pi@proton.me>
This commit is contained in:
Litchi Pi 2025-07-24 11:16:51 +02:00
commit 9d0a0990e6

View file

@ -52,6 +52,7 @@ class IncompleteData(Exception):
""" """
This exception is raised when a user sends incomplete data to the API This exception is raised when a user sends incomplete data to the API
""" """
def __init__(self, missing, *args, **kwargs): def __init__(self, missing, *args, **kwargs):
Exception.__init__(*args, **kwargs): Exception.__init__(*args, **kwargs)
self.missing = missing self.missing = missing