Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
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\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.
On this page