diff --git a/app/Plan/UseCases/CreatePlan.php b/app/Plan/UseCases/CreatePlan.php index c499a8b..edc65d2 100644 --- a/app/Plan/UseCases/CreatePlan.php +++ b/app/Plan/UseCases/CreatePlan.php @@ -25,6 +25,7 @@ class CreatePlan ) {} /** + * @throws BadRequestException * @throws DomainException */ public function execute(CreatePlanRequest $request): Plan