LoaderNotSupported
Less than 1 minute
LoaderNotSupported
Exception thrown when the configured router loader type cannot be resolved.
class LoaderNotSupported extends \Hazaar\ExceptionExtends: Hazaar\Exception
Router 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 Fri, 04 Sep 2026 23:32:17 +0000