add @throws BadRequestException to create plan
This commit is contained in:
parent
920f8ad768
commit
a8bc84f246
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class CreatePlan
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* @throws BadRequestException
|
||||||
* @throws DomainException
|
* @throws DomainException
|
||||||
*/
|
*/
|
||||||
public function execute(CreatePlanRequest $request): Plan
|
public function execute(CreatePlanRequest $request): Plan
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue