add @throws BadRequestException to create node

This commit is contained in:
Yisroel Baum 2026-04-19 23:23:03 +03:00
parent 1199fcbff3
commit 99c320b28f
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -17,6 +17,7 @@ class CreateNode
) {} ) {}
/** /**
* @throws BadRequestException
* @throws DomainException * @throws DomainException
*/ */
public function execute(CreateNodeRequest $request): Node public function execute(CreateNodeRequest $request): Node