From 49fb2efc0c3e5a6cfae401f580b2598756d1f7fb Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Sun, 20 Nov 2016 20:37:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=B8=D1=80?= =?UTF-8?q?=D1=83=D0=B5=D0=BC=20http=20=D0=B8=D1=81=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/config/config.php b/api/config/config.php index 7092a05..dfcd9c3 100644 --- a/api/config/config.php +++ b/api/config/config.php @@ -27,6 +27,7 @@ return [ 'except' => [ 'legacy-authserver', 'session', + 'yii\web\HttpException:*', 'api\modules\session\exceptions\SessionServerException:*', 'api\modules\authserver\exceptions\AuthserverException:*', ],