class NotFaceError(Exception):
    def __init__(self, *args: object) -> None:
        super().__init__(*args)