<?php set_error_handler([new \App\Exception\ExceptionHandler(), 'convertWarningsAndNoticesToException']); set_exception_handler([new \App\Exception\ExceptionHandler(), 'handle']);
info at phpclasses dot org