Throw Response is a symfony bundle which allows to send response where you want with throw.
composer require insitaction/throw-response-bundle throw new JsonResponseException(?string $message,int $code);
throw new ResponseException(?string $message,int $code);