Want to be able to have multiple handlers to handle an error. Should also be able to set one handler and reset. Should be able to handle PHP errors Should be able to handle Exceptions **Related Components** - logger - assert - validation **References** - https://www.php.net/manual/en/book.errorfunc.php - https://www.php.net/manual/en/function.syslog - https://www.php.net/manual/en/function.set-error-handler.php
Want to be able to have multiple handlers to handle an error. Should also be able to set one handler and reset.
Should be able to handle PHP errors
Should be able to handle Exceptions
Related Components
References