diff options
| author | winter | 2024-12-14 00:08:41 +0000 |
|---|---|---|
| committer | winter | 2024-12-14 00:08:41 +0000 |
| commit | 86cf52e8d2701e13bd9fd4c847b35eba7506c473 (patch) | |
| tree | 7b21f99004650efc42057e96905967e5d4e01038 /Digitigrade/HttpResponseStatus/NoHandlerFound.php | |
| parent | 2713c1f73a39d4106936d4c52bf8f18d810d7f3c (diff) | |
add a godawful basic html actor page
Diffstat (limited to 'Digitigrade/HttpResponseStatus/NoHandlerFound.php')
| -rw-r--r-- | Digitigrade/HttpResponseStatus/NoHandlerFound.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Digitigrade/HttpResponseStatus/NoHandlerFound.php b/Digitigrade/HttpResponseStatus/NoHandlerFound.php index 871b873..e227a74 100644 --- a/Digitigrade/HttpResponseStatus/NoHandlerFound.php +++ b/Digitigrade/HttpResponseStatus/NoHandlerFound.php @@ -15,4 +15,7 @@ class NoHandlerFound extends \Exception implements HttpResponseStatus { public function httpReason(): string { return "Not Found"; } + + public function httpHeaders() { + } }
\ No newline at end of file |
