UnsupportedProtocolVersion
Less than 1 minute
UnsupportedProtocolVersion
Thrown when the client requests a protocol revision this server does not implement.
class UnsupportedProtocolVersion extends \Hazaar\MCP\Exception\ProtocolErrorExtends: Hazaar\MCP\Exception\ProtocolError
The error carries the list of supported versions so the client can retry with one of them rather than having to probe.
Methods
__construct
public __construct(string $requested): voidParameters
| Parameter | Type | Description |
|---|---|---|
$requested | string | the protocol version the client asked for |
Generated by Hazaar API Doc Generator on Sun, 23 Aug 2026 10:49:44 +0000