Example #1
0
 public function doError2($err, $arg1, $arg2)
 {
     throw new \Exception($this->config->getMessage($err, array($arg1, $arg2, $this->_sourceFile)));
 }