From a84232811dadccf7047424f27340a7f9847bedff Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 7 Dec 2024 21:44:42 +0000 Subject: many many changes but actors are loaded from db now --- WpfTest/HttpReturnStatus/InternalServerError.php | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 WpfTest/HttpReturnStatus/InternalServerError.php (limited to 'WpfTest/HttpReturnStatus/InternalServerError.php') diff --git a/WpfTest/HttpReturnStatus/InternalServerError.php b/WpfTest/HttpReturnStatus/InternalServerError.php deleted file mode 100644 index 0141e26..0000000 --- a/WpfTest/HttpReturnStatus/InternalServerError.php +++ /dev/null @@ -1,16 +0,0 @@ -message = $reason->getMessage(); - } - public function httpCode(): int { - return 500; - } - public function httpReason(): string { - return "Internal Server Error"; - } -} \ No newline at end of file -- cgit v1.3