gtdblib.exception package
Module contents
- exception gtdblib.exception.GtdbLibException(message: str = '')
Bases:
Exception
Base exception for all gtdb-lib exceptions thrown in this project.
- exception gtdblib.exception.GtdbLibExit(message: str = '')
Bases:
GtdbLibException
Raised when gtdblib has been asked to quietly exit.