add @throws BadRequestException to create node
This commit is contained in:
parent
1199fcbff3
commit
99c320b28f
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ class CreateNode
|
|||
) {}
|
||||
|
||||
/**
|
||||
* @throws BadRequestException
|
||||
* @throws DomainException
|
||||
*/
|
||||
public function execute(CreateNodeRequest $request): Node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue