From b2475b606ff4451c90bf82c4a332bff7871febeb 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 3f7a4a1b9e873..b74a9d4d6089d 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;