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
dev-master
2013-10-28 12:56 UTC
Requires
- php: >=5.3.0
- jamm/tester: >=1.0.0
Suggests
- jamm/memory: allows to use memory (Redis, Memcached, APC) as storage for errors log
This package is not auto-updated.
Last update: 2024-11-09 12:17:31 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.