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 Tue, 21 Apr 2026 04:00:24 +0000