<?php
throw new Exception('Error');
?>
Fatal error: in D:\��� �������\mysite.local\test.php on line 2
set_exception_handler(
function ($e) {
echo 'Uncaught Throwable ', $e;
}
);
Uncaught Throwable Exception: Message in D:\��� �������\domains\site.local\index.php:11
Stack trace:
#0 {main}