Skip to content

Commit 02e95e8

Browse files
committed
chore: add DocumentNotFoundError to errors.__all__
1 parent 9f6d76b commit 02e95e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/pdfbaker/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
__all__ = [
66
"ConfigurationError",
7+
"DocumentNotFoundError",
78
"PDFBakerError",
89
"PDFCombineError",
910
"PDFCompressionError",

0 commit comments

Comments
 (0)