def __init__()

in src/smspark/errors.py [0:0]


    def __init__(
        self,
        message: str,
        caused_by: Exception,
        exit_code: int = 127,
        failure_prefix: str = "Algorithm Error",