跳转至

AlgorithmException

QuICT.tools.exception.algorithm.algorithm_exception

GetBeforeRunError

GetBeforeRunError(msg: str = None)

Bases: QuICTException

Try to get a property that will be set only after the algorithm has run.

Source code in QuICT/tools/exception/algorithm/algorithm_exception.py
def __init__(self, msg: str = None):
    super().__init__(3501, msg)