RouteFailed
Less than 1 minute
RouteFailed
Exception thrown when a matched route cannot be processed successfully.
class RouteFailed extends \Hazaar\ExceptionExtends: Hazaar\Exception
This 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, 04 Sep 2026 23:32:17 +0000