InvalidBackend
Less than 1 minute
InvalidBackend
Exception thrown when a cache backend instance is of an unsupported type.
class InvalidBackend extends \Hazaar\Cache\Exception\ExceptionRaised 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 Tue, 21 Apr 2026 04:00:25 +0000