<?php set_exception_handler(?callable $callback): ?callable
<?php set_error_handler([$this, 'renderError']); set_exception_handler([$this, 'handleException']); return $this; }