exceptions
dev_tool.services.bun.exceptions
BunServiceError
Bases: DevToolBaseError
An exception that is raised when a Bun service operation fails.
BunBuildError
Bases: BunServiceError
An exception that is raised when Bun build fails.
BunInstallError
Bases: BunServiceError
An exception that is raised when Bun package installation fails.
BunLintError
Bases: BunServiceError
An exception that is raised when Bun linting fails.
BunNotFoundError
Bases: BunServiceError
An exception that is raised when Bun is not found in PATH.
BunTestError
Bases: BunServiceError
An exception that is raised when Bun tests fail.
BunTypeCheckError
Bases: BunServiceError
An exception that is raised when Bun type checking fails.