From ec096051091b3978de86294b008e80e0ed361e48 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 6 Jul 2022 16:14:51 +0200 Subject: 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 dd90ec56d66..0110990a408 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; -- cgit v1.2.3