throw tag

This commit is contained in:
Yuri Kuznetsov
2024-03-13 12:31:50 +02:00
parent 980226c4a2
commit d1fe29adbe
2 changed files with 2 additions and 3 deletions

View File

@@ -29,8 +29,6 @@
namespace Espo\Controllers;
use Espo\Core\Exceptions\ForbiddenSilent;
use Espo\Core\Exceptions\Forbidden;
use Espo\Core\Exceptions\BadRequest;
use Espo\Core\Exceptions\NotFound;
@@ -97,7 +95,7 @@ class LeadCapture extends Record
/**
* @throws BadRequest
* @throws NotFound
* @throws ForbiddenSilent
* @throws Forbidden
*/
public function postActionGenerateNewApiKey(Request $request): stdClass
{