jamm / errorhandler
Module for handling errors and uncaught exceptions (*ErrorHandler*), logging them in memory-storage (*ErrorLogger*) and notice admin about them (*MessageSender*). Also, Watcher can watch points of your process (it's especially handy for long-running processes), control memory usage and prevent unexp
Requires
- php: >=5.3.0
- jamm/tester: >=1.0.0
Requires (Dev)
None
Suggests
- jamm/memory: allows to use memory (Redis, Memcached, APC) as storage for errors log
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-29 21:03:39 UTC
README
Module for handling errors and uncaught exceptions (ErrorHandler), logging them in memory-storage (ErrorLogger) and notice admin about them (MessageSender). Also, Watcher can watch points of your process (it's especially handy for long-running processes), control memory usage and prevent unexpected process termination when memory limit is reached.