Skip to content

exceptions

JijModeling Transpiler Exception.

SubstituteError

Bases: JijModelingTranspilerException

Substitute Error.

This error is raised when the substitute function. This class is inherited from JijModelingTranspilerException.

Source code in jijmodeling_transpiler/exceptions/exceptions.py
20
21
22
23
24
25
26
class SubstituteError(JijModelingTranspilerException):
    """Substitute Error.

    This error is raised when the substitute function. This class is inherited from JijModelingTranspilerException.
    """

    pass