from src.errors.base_exception import base_exception class instance_exception(base_exception): def __init__(self, *args): super().__init__(args)