exceptions
dev_tool.services.sass.exceptions
SassServiceError
Bases: DevToolBaseError
An exception that is raised when a Sass service operation fails.
SassCompileError
Bases: SassServiceError
An exception that is raised when Sass compilation fails.
SassNotFoundError
Bases: SassServiceError
An exception that is raised when Sass is not found in PATH.