1 | <?php |
||
8 | final class UnexpectedTagException extends ParserException |
||
9 | { |
||
10 | /** |
||
11 | * @param string $tagName |
||
12 | * @param mixed $elements |
||
13 | * @param array $definedVariables |
||
14 | * @param int $depth |
||
15 | * @param string $xml |
||
16 | */ |
||
17 | 3 | public function __construct($tagName, $elements, array $definedVariables, $depth, $xml) |
|
38 | } |
||
39 |