Example #1
0
 public function lexerError($str = "", LexerError $hash = null)
 {
     $this->lexerErrors[] = $str;
     if ($this->verbose) {
         parent::lexerError($str, $hash);
     }
 }