add @throws BadRequestException to create plan

This commit is contained in:
Yisroel Baum 2026-04-19 23:23:18 +03:00
parent 920f8ad768
commit a8bc84f246
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -25,6 +25,7 @@ class CreatePlan
) {} ) {}
/** /**
* @throws BadRequestException
* @throws DomainException * @throws DomainException
*/ */
public function execute(CreatePlanRequest $request): Plan public function execute(CreatePlanRequest $request): Plan