RouteNotFound
Less than 1 minute
RouteNotFound
Exception raised when no registered route matches the requested path.
class RouteNotFound extends \Hazaar\Application\Router\Exception\ExceptionThis exception represents the standard router miss condition after all matching strategies have been exhausted (loader-based routes, runtime-added routes, and default fallbacks when applicable). It maps to HTTP status code 404.
Methods
__construct
Creates a route-not-found exception.
public __construct(string $path): voidParameters
| Parameter | Type | Description |
|---|---|---|
$path | string | request path that could not be resolved to a route |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000