<?php register_shutdown_function(callable $callback, mixed ...$args): void
<?php set_exception_handler($this->forwardsTo('handleException')); register_shutdown_function($this->forwardsTo('handleShutdown')); if (! $app->environment('testing')) { ini_set('display_errors', 'Off');