MethodNotFound
Less than 1 minute
MethodNotFound
Exception thrown when an RPC method is not found.
class MethodNotFound extends \Hazaar\ExceptionExtends: Hazaar\Exception
Represents 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 Fri, 04 Sep 2026 23:32:17 +0000