rcm/error-handler-2

Error and Exception override and observers.

0.1.18 2017-03-07 21:39 UTC

This package is auto-updated.

Last update: 2024-04-11 13:22:30 UTC


README

Error handling and error handler over-riding with JS error logger

Error over-rides

  • Over-ride errors at the PHP level
  • Over-ride exceptions at the PHP level
  • Final error handling for middleware
  • ZF error event listeners

Error Notification

  • When any error happens, notify the observers (could be logger, mailer, etc..)

Javascript Error Notification

  • Allows for the notification of JS errors

Todo

  • Handling errors and exceptions in PHP means displaying errors as needed.
  • Implement Js Logger API
    • Make JS available via public path