event to functon handler completed

This commit is contained in:
2025-01-15 19:18:11 +03:00
parent 25539c56cc
commit 76d286b519
55 changed files with 1271 additions and 1092 deletions

View File

@@ -1,5 +1,6 @@
class HTTPExceptionApi(Exception):
def __init__(self, error_code: str, lang: str):
def __init__(self, error_code: str, lang: str, loc: str = ""):
self.error_code = error_code
self.lang = lang
self.loc = loc