]> source.dussan.org Git - nextcloud-server.git/commitdiff
catch any exception for transaction control 33408/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Wed, 6 Jul 2022 14:13:59 +0000 (16:13 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Fri, 29 Jul 2022 20:12:30 +0000 (22:12 +0200)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/dav/lib/DAV/CustomPropertiesBackend.php

index 3a2de9788f53ad83b58521c08c12bd4e6af81b73..8513574b35dd02702acbf95e21140c3d7172c669 100644 (file)
@@ -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;