Esc
API Index — Namespaces, Packages, Reports, Indices
DbException
extends RuntimeException
in package
FinalYes
Thrown by the DB layer — pool acquire timeouts, exhausted retries, and
misconfiguration. Mirrors ZealPHP\Store\StoreException for the Store
primitives so callers can catch a ZealPHP-namespaced type rather than a
raw \PDOException for pool-level (not query-level) failures.