pestifer.core.errors module¶
Custom exception hierarchy for pestifer. Catching PestiferError at the CLI level allows clean user-facing messages without tracebacks for expected build failures.
- exception pestifer.core.errors.PestiferBuildError[source]¶
Bases:
PestiferErrorRaised when a build task reaches an unresolvable condition.