php 错误处理

try{
    throw new Exception('');
}catch (Exception $exception){
    $error[] = $exception->getMessage();
}

你可能感兴趣的:(php 错误处理)