BackendNotFound
Less than 1 minute
BackendNotFound
Exception thrown when a requested DBI backend implementation cannot be found.
class BackendNotFound extends \Hazaar\ExceptionExtends: Hazaar\Exception
This is typically raised during driver resolution when the configured backend does not map to a loadable class.
Methods
__construct
Creates an exception for an unavailable database backend.
public __construct(string $backend): voidParameters
| Parameter | Type | Description |
|---|---|---|
$backend | string | the backend identifier that could not be resolved |
Generated by Hazaar API Doc Generator on Fri, 04 Sep 2026 23:32:16 +0000