Example #1
0
 /**
  * Outputs the code property
  * @return string The code
  */
 public final function getCode()
 {
     $code = $this->internal('getCode');
     return \System\Error\ErrorHandler::translateErrorNumber($code);
 }