Raised when a value is encountered in the XML that is not valid according to the schema.
| 17 | |
| 18 | |
| 19 | class InvalidXmlError(PythonPptxError): |
| 20 | """ |
| 21 | Raised when a value is encountered in the XML that is not valid according |
| 22 | to the schema. |
| 23 | """ |
no outgoing calls
no test coverage detected
searching dependent graphs…