LoaderNotSupported
Less than 1 minute
LoaderNotSupported
Exception thrown when the configured router loader type cannot be resolved.
class LoaderNotSupported extends \Hazaar\Application\Router\Exception\ExceptionRouter initialization maps a configured loader type (for example file) to a concrete loader class under Hazaar\Application\Router\Loader. This exception is raised when that class does not exist or cannot be loaded, indicating an invalid router configuration or a missing loader implementation.
Methods
__construct
Creates a loader-not-supported exception.
public __construct(string $loader): voidParameters
| Parameter | Type | Description |
|---|---|---|
$loader | string | loader type or class suffix requested by configuration |
Generated by Hazaar API Doc Generator on Tue, 21 Apr 2026 04:00:25 +0000