Deploy on 2026-06-05 02:27:52

This commit is contained in:
Hamza-Ayed
2026-06-05 02:27:52 +03:00
parent 1fb04962cd
commit 288c1028c3

View File

@@ -89,7 +89,7 @@ class App
*/ */
private function handleException(Throwable $e): void private function handleException(Throwable $e): void
{ {
$code = $e->getCode(); $code = (int) $e->getCode();
if ($code < 100 || $code > 599) { if ($code < 100 || $code > 599) {
$code = 500; $code = 500;
} }