<?php set_error_handler(?callable $callback, int $error_levels = E_ALL): ?callable
<?php error_reporting(-1); set_error_handler([$this, 'renderError']); set_exception_handler([$this, 'handleException']);