BackendNotFound
Less than 1 minute
BackendNotFound
Exception thrown when a requested DBI backend implementation cannot be found.
class BackendNotFound extends \Hazaar\DBI\Exception\ExceptionThis 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 Wed, 22 Jul 2026 14:10:07 +0000