MethodNotFound
Less than 1 minute
MethodNotFound
Exception thrown when an RPC method is not found.
class MethodNotFound extends \Hazaar\RPC\Exception\ExceptionRepresents an error when a requested RPC method is not registered or available.
Methods
__construct
Constructs a new MethodNotFound exception.
public __construct(string $method): voidParameters
| Parameter | Type | Description |
|---|---|---|
$method | string | the name of the method that was not found |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000