diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-03-01 21:52:05 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-03-01 21:52:05 +0100 |
commit | a38a6ec7f551ca0c5c81969520ad6390e69b0a60 (patch) | |
tree | 94771f90ca2949327f5a4fab22b57cf17f953069 /phpBB/phpbb/install/event/kernel_exception_subscriber.php | |
parent | b80cb8e796a107a49b77b0efe9d43ee7ef550655 (diff) | |
parent | b1a136e7bd8cc06ee320655a4ee7cf72dcd7c611 (diff) | |
download | forums-a38a6ec7f551ca0c5c81969520ad6390e69b0a60.tar forums-a38a6ec7f551ca0c5c81969520ad6390e69b0a60.tar.gz forums-a38a6ec7f551ca0c5c81969520ad6390e69b0a60.tar.bz2 forums-a38a6ec7f551ca0c5c81969520ad6390e69b0a60.tar.xz forums-a38a6ec7f551ca0c5c81969520ad6390e69b0a60.zip |
Merge pull request #4196 from CHItA/ticket/14487
[ticket/14487] Try to handle connection timeouts
Diffstat (limited to 'phpBB/phpbb/install/event/kernel_exception_subscriber.php')
-rw-r--r-- | phpBB/phpbb/install/event/kernel_exception_subscriber.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/install/event/kernel_exception_subscriber.php b/phpBB/phpbb/install/event/kernel_exception_subscriber.php index c2960cb13c..60b7d9a400 100644 --- a/phpBB/phpbb/install/event/kernel_exception_subscriber.php +++ b/phpBB/phpbb/install/event/kernel_exception_subscriber.php @@ -21,6 +21,7 @@ use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface; use Symfony\Component\HttpKernel\KernelEvents; use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent; +use Symfony\Component\HttpFoundation\JsonResponse; /** * Exception handler for the installer |