qlauncher.exceptions

qlauncher.exceptions#

Module for different exceptions used by qlauncher.

Summary#

Exceptions:

DependencyError

Error connected with missing optional dependencies and wrong installation.

Reference#

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

Bases: ImportError

Error connected with missing optional dependencies and wrong installation.