QiskitMetalDesignError

exception QiskitMetalDesignError(message: str)[source]

Custom Exception to indicate User action is needed to correct Design Inputs.

Parameters:

message (str) – String describing the cause of the error and suggested solution

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.