wag-managment-api-service-v.../ErrorHandlers/Exceptions/api_exc.py

7 lines
188 B
Python

class HTTPExceptionApi(Exception):
def __init__(self, error_code: str, lang: str, loc: str = ""):
self.error_code = error_code
self.lang = lang
self.loc = loc