MethodNotFound
Less than 1 minute
MethodNotFound
Exception thrown when a required controller method cannot be located.
class MethodNotFound extends \Hazaar\Controller\Exception\ExceptionRaised when controller execution attempts to call a method that does not exist on the target class.
Methods
__construct
Creates a missing-method exception for the given class and method name.
public __construct(string $class, string $methodName): voidParameters
| Parameter | Type | Description |
|---|---|---|
$class | string | target class name |
$methodName | string | missing method name |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000