mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
catch any exception for transaction control
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
efdc3a4cd9
commit
9dfd2966ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue