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/NoHandlerFound.php | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 WpfTest/HttpReturnStatus/NoHandlerFound.php (limited to 'WpfTest/HttpReturnStatus/NoHandlerFound.php') diff --git a/WpfTest/HttpReturnStatus/NoHandlerFound.php b/WpfTest/HttpReturnStatus/NoHandlerFound.php deleted file mode 100644 index d914ca2..0000000 --- a/WpfTest/HttpReturnStatus/NoHandlerFound.php +++ /dev/null @@ -1,18 +0,0 @@ -message = "No handler found for path $path"; - } - - public function httpCode(): int { - return 404; - } - - public function httpReason(): string { - return "Not Found"; - } -} \ No newline at end of file -- cgit v1.3