[docs]class FileTypeError(Exception): """ Thrown when an XML dump file is not of an expected type. """ pass [docs]class MalformedXML(Exception): """ Thrown when an XML dump file is not formatted as expected. """ pass
Enter search terms or a module, class or function name.