Definition at line 5 of file UnparseableXmlException.php.
◆ __construct()
SAML2\Exception\UnparseableXmlException::__construct |
( |
\LibXMLError |
$error | ) |
|
Definition at line 13 of file UnparseableXmlException.php.
References $message.
16 'Unable to parse XML - "%s[%d]": "%s" in "%s" at line %d on column %d"',
17 static::$levelMap[$error->level],
20 $error->file ?:
'(string)',
catch(Exception $e) $message
◆ $levelMap
SAML2\Exception\UnparseableXmlException::$levelMap |
|
staticprivate |
Initial value:= array(
LIBXML_ERR_WARNING => 'WARNING',
LIBXML_ERR_ERROR => 'ERROR',
LIBXML_ERR_FATAL => 'FATAL'
)
Definition at line 7 of file UnparseableXmlException.php.
The documentation for this class was generated from the following file: