Exceptions¶
Package wide exceptions
- drain_swamp.exceptions.__all__: tuple[str, str, str] = ("PyProjectTOMLParseError", "PyProjectTOMLReadError", "MissingRequirementsFoldersFiles")¶
Module exports
- exception drain_swamp.exceptions.MissingRequirementsFoldersFiles(msg: str)¶
Bases:
AssertionError
Neglected to create/prepare requirements folders and
.in
files.Unabated would produce an empty string snippet. Instead provide user feedback
- Variables:
msg (str) – The error message
- exception drain_swamp.exceptions.PyProjectTOMLParseError(msg: str)¶
Bases:
ValueError
No point in continuing if the
pyproject.toml
can’t be parsed and loaded.- Variables:
msg (str) – The error message