Home
last modified time | relevance | path

Searched refs:throwError (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/
DParser.php145 $this->throwError(sprintf(
154 $this->throwError('parse error: unclosed block');
305 $this->throwError($e->getMessage());
900 $this->throwError('Cannot mix ; and , as delimiter types');
908 $this->throwError('Unexpected rest before semicolon');
1402 …public function throwError(string $msg = 'parse error', ?int $count = null, ?\Throwable $previous … function in LesserPHP\\Parser
DLessc.php130 $this->sourceParser->throwError($e->getMessage(), $position, $e);
1059 $block->parser->throwError("{$prop[1][0]} is undefined", $block->count);
1144 $block->parser->throwError("unknown op: $prop[0]\n", $block->count);