Ejemplo n.º 1
0
 /**
  * @internal
  * @param PLUGError reference to raised error
  * @return void
  */
 function on_trigger_error(PLUGError $Err)
 {
     $t = $Err->getType();
     $i = $Err->getId();
     $this->err_stack[$t][] = $i;
 }