Skip to content

Commit b5335ba

Browse files
committed
Undo the ultimate trycatch of ultimate destiny.
1 parent b11a4ff commit b5335ba

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

landing.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
use phpweb\Navigation\NavCardItem;
44
use phpweb\News\NewsHandler;
55

6-
try {
76
(function ($uri): void {
87
// Special redirect cases not able to be captured in error.php
98
$shortcuts = [
@@ -477,7 +476,3 @@ function drawBranchInfo(array $release): void
477476
'include_section' => false,
478477
"atom" => "/feed.atom", // Add a link to the feed at the bottom
479478
]);
480-
} catch (Throwable $e) {
481-
http_response_code(500);
482-
die((string)$e);
483-
}

0 commit comments

Comments
 (0)