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 Tue, 21 Apr 2026 04:00:25 +0000