ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct ($message="", $code=0, Exception $previous=null, \DOMElement $element=null) | |
NestingException constructor. More... | |
getElement () | |
Get the element that caused the exception. More... | |
Protected Attributes | |
$element | |
Definition at line 9 of file NestingException.php.
enshrined\svgSanitize\Exceptions\NestingException::__construct | ( | $message = "" , |
|
$code = 0 , |
|||
Exception | $previous = null , |
||
\DOMElement | $element = null |
||
) |
NestingException constructor.
string | $message | |
int | $code | |
Exception | null | $previous | |
\DOMElement | null | $element |
Definition at line 24 of file NestingException.php.
References $code, enshrined\svgSanitize\Exceptions\NestingException\$element, and $message.
enshrined\svgSanitize\Exceptions\NestingException::getElement | ( | ) |
Get the element that caused the exception.
Definition at line 35 of file NestingException.php.
References enshrined\svgSanitize\Exceptions\NestingException\$element.
Referenced by enshrined\svgSanitize\ElementReference\Resolver\determineInvalidSubjects().
|
protected |
Definition at line 14 of file NestingException.php.
Referenced by enshrined\svgSanitize\Exceptions\NestingException\__construct(), and enshrined\svgSanitize\Exceptions\NestingException\getElement().