Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/
DParser.php96 throw $this->handleMismatch($expectedTokens);
149 throw $this->handleMismatch($expectedTokens, $position);
261 private function handleMismatch($expectedTokens, $position = 0) { function in PhpCss\\Parser