QiskitMetalExceptions#
- exception QiskitMetalExceptions(message: str)[source]#
Custom Exception super-class. Every Exception raised by qiskit-metal should inherit this. Adds the qiskit-metal prefix.
- Parameters:
message (str) – String describing the error raised from qiskit-metal
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.