catch any exception for transaction control

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2022-07-06 16:13:59 +02:00
parent efdc3a4cd9
commit 9dfd2966ab
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

View 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;