Esc
API Index — Namespaces, Packages, Reports, Indices
DbException.php
Table of Contents
Classes
- DbException
- Thrown by the DB layer — pool acquire timeouts, exhausted retries, and
misconfiguration. Mirrors
ZealPHP\Store\StoreExceptionfor the Store primitives so callers can catch a ZealPHP-namespaced type rather than a raw\PDOExceptionfor pool-level (not query-level) failures.