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 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.

Table of Contents

On this page
  • Table Of Contents