Module

pyinc_docs.errors

User-facing compiler and cache failures.

class

CacheError

class CacheError(PyincDocsError)

The cache state is unsafe or cannot be managed.

class

CompilationError

class CompilationError(PyincDocsError)

The source package cannot be compiled safely.

class

PyincDocsError

class PyincDocsError(Exception)

Base class for expected command failures.