ActionNotFound
Less than 1 minute
ActionNotFound
Exception thrown when a routed controller action does not exist.
class ActionNotFound extends \Hazaar\Controller\Exception\ExceptionRaised during controller dispatch when the target controller class is present but does not implement the requested public action method.
Methods
__construct
Creates a not-found action exception for the given controller/action pair.
public __construct(string $controller, string $action): voidParameters
| Parameter | Type | Description |
|---|---|---|
$controller | string | controller class name that was dispatched |
$action | string | requested action method name |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:24 +0000