<?php error_reporting(?int $error_level = null): int
<?php public function register(): self { error_reporting(-1); set_error_handler([$this, 'renderError']);