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

StoreException extends RuntimeException
in package

Thrown by every public method in the ZealPHP\Store namespace.

Wraps phpredis \RedisException and \Predis\PredisException so user code never imports a client-lib symbol; catch StoreException everywhere.

NOT final — typed subclasses (e.g. WSRouter\CapacityException) extend this so existing catch (StoreException) blocks still catch them while new code can pattern-match on the specific subtype for differentiated recovery (cap-exceeded → 1013 close; transient Redis failure → retry).

Table of Contents

On this page
  • Table Of Contents