cslug.exceptions
All custom exception and warning classes are defined and accessible here.
- exception cslug.exceptions.BuildBlockedError[source]
Bases:
ExceptionThe
CCenvironment variable is set to!block. (For testing.)
- exception cslug.exceptions.BuildError[source]
Bases:
ExceptionCompiler raised an error during a compile.
- exception cslug.exceptions.CCNotFoundError[source]
Bases:
ExceptionThe
CCenvironment variable is set but could not be found.
- exception cslug.exceptions.LibraryOpenElsewhereError[source]
Bases:
BuildErrorWriting to a DLL raised a misleading permission error.
- exception cslug.exceptions.NoGccError[source]
Bases:
Exceptiongcc is not in
PATHand theCCenvironment variable is unset.