The LibXMLError classIntroductionContains various information about errors thrown by libxml. The error codes are described within the official » xmlError API documentation. Class synopsis
LibXMLError
/* Properties */
public
int
$level;
public
int
$code;
public
int
$column;
public
string
$message;
public
string
$file;
public
int
$line;
Properties
|