<?php call_user_func_array(callable $callback, array $args): mixed
<?php throw new Exception('You should pass at least 1 argument to `ddd`'); } call_user_func_array('dump', $args); $handler = app(\Facade\Ignition\ErrorPage\ErrorPageHandler::class);