module-yii2 icon indicating copy to clipboard operation
module-yii2 copied to clipboard

bug-yii2 ErrorHandler can not process when throw Error

Open saltdg opened this issue 5 months ago • 2 comments

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

saltdg avatar Sep 24 '24 10:09 saltdg