Skip to content

Commit f24709a

Browse files
author
Yuki Kobayashi
committed
Add document for InvalidFileException
1 parent 5796f75 commit f24709a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Doc/library/plistlib.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,16 @@ The following constants are available:
169169
.. versionadded:: 3.4
170170

171171

172+
The following exceptions are available:
173+
174+
.. exception:: InvalidFileException
175+
176+
Raised by plist file parser functions (e.g. :func:`load`)
177+
when the file cannot be parsed.
178+
179+
.. versionadded:: 3.4
180+
181+
172182
Examples
173183
--------
174184

0 commit comments

Comments
 (0)