コード例 #1
0
ファイル: AppError.php プロジェクト: renose/open-renose
 public static function handleException($exception)
 {
     $errorHandler = AppError::getErrorHandler();
     $errorHandler::handleException($exception);
     //ErrorHandler::handleException($exception);
 }