From 9dfd2966ab1c4917ca3aff6722277253ad6c64e5 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 6 Jul 2022 16:13:59 +0200 Subject: [PATCH] catch any exception for transaction control Signed-off-by: Arthur Schiwon --- apps/dav/lib/DAV/CustomPropertiesBackend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dav/lib/DAV/CustomPropertiesBackend.php b/apps/dav/lib/DAV/CustomPropertiesBackend.php index 3a2de9788f53a..8513574b35dd0 100644 --- a/apps/dav/lib/DAV/CustomPropertiesBackend.php +++ b/apps/dav/lib/DAV/CustomPropertiesBackend.php @@ -24,7 +24,7 @@ */ namespace OCA\DAV\DAV; -use OCP\DB\Exception; +use Exception; use OCP\DB\QueryBuilder\IQueryBuilder; use OCP\IDBConnection; use OCP\IUser;