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

Maintainers

Package info

github.com/jamm/ErrorHandler

Issues

pkg:composer/jamm/errorhandler

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 9

dev-master 2013-10-28 12:56 UTC

This package is not auto-updated.

Last update: 2026-02-28 18:27:12 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.