quantum_launcher.exceptions

quantum_launcher.exceptions#

Module for different exceptions used by quantum_launcher.

Summary#

Exceptions:

DependencyError

Error connected with missing optional dependencies and wrong installation.

Reference#

exception quantum_launcher.exceptions.DependencyError(e: ImportError, install_hint: str = '', *, private: bool = False)[source]#

Bases: ImportError

Error connected with missing optional dependencies and wrong installation.