Exceptions¶
Module: thornforge.exceptions
Overview¶
This module contains ThornForge-specific exception types used by the command entrypoint and related command workflows.
Autodoc¶
- exception thornforge.exceptions.InvalidConfiguration¶
Raised when configuration is invalid.
- exception thornforge.exceptions.ThornException¶
Base class for all exceptions raised by thornforge.
- exception thornforge.exceptions.UnreachableRepositoryURLDetected¶
An upload attempt was detected to a URL without a protocol prefix.
All repository URLs must have a protocol (e.g.,
https://).