MCPcopy Index your code
hub / github.com/pymupdf/PyMuPDF / FileDataError

Class FileDataError

src/__init__.py:17695–17697  ·  view source on GitHub ↗

Raised for documents with file structure issues.

Source from the content-addressed store, hash-verified

17693 }
17694
17695class FileDataError(RuntimeError):
17696 """Raised for documents with file structure issues."""
17697 pass
17698
17699class FileNotFoundError(RuntimeError):
17700 """Raised if file does not exist."""

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…