sync: 2026-09-07
70b1016refactor(autoload): remove global exception handlera534613refactor(request): propagate validation failures as exceptions5f3fc16feat(router): add error boundary with exception callback9dbfd7dfeat: add named parameter injection to resolve()
This commit is contained in:
@@ -12,8 +12,3 @@ spl_autoload_register(function ($className) {
|
||||
require_once $file;
|
||||
}
|
||||
});
|
||||
|
||||
set_exception_handler(function ($exception) {
|
||||
echo "Uncaught exception: " , $exception->getMessage(), "\n";
|
||||
echo $exception->getTraceAsString();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user