add @throws BadRequestException to create scheduled node
This commit is contained in:
parent
03e4781799
commit
2d19265c24
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ class CreateScheduledNode
|
|||
private PlanRepository $planRepo,
|
||||
) {}
|
||||
|
||||
/**
|
||||
* @throws BadRequestException
|
||||
* @throws DomainException
|
||||
*/
|
||||
public function execute(
|
||||
CreateScheduledNodeRequest $request
|
||||
): ScheduledNode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue