1.4.1
Now you can just log an exception without exiting from program.
Example:
try {
somethingWrong();
} catch (\Exception $exception) {
Yii::$app->errorHandler->logException($exception);
Now you can just log an exception without exiting from program.
Example:
try {
somethingWrong();
} catch (\Exception $exception) {
Yii::$app->errorHandler->logException($exception);