module-yii2
module-yii2 copied to clipboard
bug-yii2 ErrorHandler can not process when throw Error
try { $response = $app->handleRequest($yiiRequest); } catch (\Exception $e) { // can't catch Error and not passed to yii2 ErrorHandler processing. }