InvalidBackend
Less than 1 minute
InvalidBackend
Exception thrown when a cache backend instance is of an unsupported type.
class InvalidBackend extends \Hazaar\ExceptionExtends: Hazaar\Exception
Raised by cache initialization and validation code when a provided object does not implement the expected backend contract.
Methods
__construct
Initializes the exception with the invalid backend class name.
public __construct(string $class): voidParameters
| Parameter | Type | Description |
|---|---|---|
$class | string | fully-qualified class name of the invalid backend instance |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000