InvalidFrontend
Less than 1 minute
InvalidFrontend
Exception thrown when a cache frontend instance is of an unsupported type.
class InvalidFrontend extends \Hazaar\ExceptionExtends: Hazaar\Exception
Raised 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, 04 Sep 2026 23:32:16 +0000