Skip to content

Commit b2475b6

Browse files
committed
catch any exception for transaction control
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent f4fd68d commit b2475b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dav/lib/DAV/CustomPropertiesBackend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
namespace OCA\DAV\DAV;
2626

27-
use OCP\DB\Exception;
27+
use Exception;
2828
use OCP\DB\QueryBuilder\IQueryBuilder;
2929
use OCP\IDBConnection;
3030
use OCP\IUser;

0 commit comments

Comments
 (0)