Remove redundant exception docblock

This commit is contained in:
netkas 2024-09-24 15:00:29 -04:00
parent 624b1f45b6
commit 8e66b1dba3

View file

@ -20,7 +20,6 @@ class CreateSession extends Method
* @param ClientRequest $request The client request object. * @param ClientRequest $request The client request object.
* @param RpcRequest $rpcRequest The RPC request containing parameters for execution. * @param RpcRequest $rpcRequest The RPC request containing parameters for execution.
* @return SerializableInterface|null Returns a response with the session UUID or an error. * @return SerializableInterface|null Returns a response with the session UUID or an error.
* @throws StandardException Thrown if an error occurs during the session creation process.
*/ */
public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface public static function execute(ClientRequest $request, RpcRequest $rpcRequest): ?SerializableInterface
{ {