InvalidFrontend
Less than 1 minute
InvalidFrontend
Exception thrown when a cache frontend instance is of an unsupported type.
class InvalidFrontend extends \Hazaar\Cache\Exception\ExceptionRaised during cache initialization when the supplied frontend object does not implement the expected frontend interface/contract.
Methods
__construct
Initializes the exception with the invalid frontend class name.
public __construct(string $class): voidParameters
| Parameter | Type | Description |
|---|---|---|
$class | string | fully-qualified class name of the invalid frontend instance |
Generated by Hazaar API Doc Generator on Fri, 05 Jun 2026 06:08:15 +0000