From 9cb0b8c713f795212149e1d08cfa9131e5db9737 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Sat, 24 Jul 2021 06:15:28 +1000 Subject: Fix "never catch" catches in OC_App Need to check another legacy. Need to explicitly add to use or do not forget add slash `\` --- lib/private/legacy/OC_App.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index 1ce3662000e..695020703a9 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -63,6 +63,7 @@ use OCP\Authentication\IAlternativeLogin; 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 -- cgit v1.2.3