From 92afea8a1556a224a858f637f6f4b931a17364a1 Mon Sep 17 00:00:00 2001 From: zorn-v Date: Sat, 24 Jul 2021 06:15:28 +1000 Subject: [PATCH] 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(+) diff --git a/lib/private/legacy/OC_App.php b/lib/private/legacy/OC_App.php index bca0a3dd08e36..e2444898bd4c0 100644 --- a/lib/private/legacy/OC_App.php +++ b/lib/private/legacy/OC_App.php @@ -62,6 +62,7 @@ use OCP\Authentication\IAlternativeLogin; use OCP\ILogger; use Psr\Log\LoggerInterface; +use Throwable; /** * This class manages the apps. It allows them to register and integrate in the