From 06611e47802661b5ffbdb62c8c9d630083fd3879 Mon Sep 17 00:00:00 2001 From: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Date: Mon, 25 Oct 2021 08:41:56 +0200 Subject: [PATCH] Revert "Fix "never catch" catches in OC_App" --- lib/private/legacy/OC_App.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index 695020703a9b8..1ce3662000ea3 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -63,7 +63,6 @@ use OCP\ILogger; use OCP\Settings\IManager as ISettingsManager; use Psr\Log\LoggerInterface; -use Throwable; /** * This class manages the apps. It allows them to register and integrate in the