We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5a4fd commit be33afbCopy full SHA for be33afb
src/JsonApiErrorHandler.php
@@ -70,7 +70,6 @@ class JsonApiErrorHandler extends ErrorHandler
70
71
protected function renderException($exception)
72
{
73
- Yii::error($exception);
74
if (Yii::$app->has('response')) {
75
$response = Yii::$app->getResponse();
76
// reset parameters of response to avoid interference with partially created response data
0 commit comments