RouteFailed
Less than 1 minute
RouteFailed
Exception thrown when a matched route cannot be processed successfully.
class RouteFailed extends \Hazaar\Application\Router\Exception\ExceptionThis is used for dispatch-time route handling failures where route resolution occurred but execution could not complete for the given route context. The exception uses HTTP status code 404 in this implementation.
Methods
__construct
Creates a route-failed exception.
public __construct(string $route): voidParameters
| Parameter | Type | Description |
|---|---|---|
$route | string | route identifier or path that failed processing |
Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:15 +0000