public function JSTokenizer::newSyntaxError in Javascript Aggregator 6
3 calls to JSTokenizer::newSyntaxError()
File
- ./
jsminplus.php, line 2072
Class
Code
public function newSyntaxError($m) {
return new Exception('Parse error: ' . $m . ' in file \'' . $this->filename . '\' on line ' . $this->lineno);
}