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