exceptions on ill-formed XML. Unknown elements will simply be ignored
by the plist parser.
- The parser for the binary format raises :exc:`InvalidFileException`
- when the file cannot be parsed.
+ The parser raises :exc:`InvalidFileException` when the file cannot be parsed.
.. versionadded:: 3.4
.. versionadded:: 3.4
+The module defines the following exceptions:
+
+.. exception:: InvalidFileException
+
+ Raised when a file cannot be parsed.
+
+ .. versionadded:: 3.4
+
+
Examples
--------