38 parent::__construct($errors[0]->message .
' on line ' . $errors[0]->line .
', column ' . $errors[0]->column,
$code, $previousException);
This is a base exception for any exception related to parsing xml files.
__construct(array $errors, $code=null, Exception $previousException=null)
Creates the exception.
getErrors()
Returns the LibXML errors.
This exception is thrown when the Readers runs into a parsing error.