Skip to content

exceptions

dev_tool.services.python.exceptions

PythonServiceError

Bases: DevToolBaseError

An exception that is raised when a Python service operation fails.

VirtualEnvironmentError

Bases: PythonServiceError

An exception that is raised when a virtual environment operation fails.

PackageManagerError

Bases: PythonServiceError

An exception that is raised when a package manager operation fails.

DependencyInstallationError

Bases: PythonServiceError

An exception that is raised when dependency installation fails.

PackageUninstallationError

Bases: PythonServiceError

An exception that is raised when package uninstallation fails.