aboutsummaryrefslogtreecommitdiffhomepage
path: root/Digitigrade/HttpResponseStatus/InternalServerError.php
diff options
context:
space:
mode:
authorwinter2024-12-14 00:08:41 +0000
committerwinter2024-12-14 00:08:41 +0000
commit86cf52e8d2701e13bd9fd4c847b35eba7506c473 (patch)
tree7b21f99004650efc42057e96905967e5d4e01038 /Digitigrade/HttpResponseStatus/InternalServerError.php
parent2713c1f73a39d4106936d4c52bf8f18d810d7f3c (diff)
add a godawful basic html actor page
Diffstat (limited to 'Digitigrade/HttpResponseStatus/InternalServerError.php')
-rw-r--r--Digitigrade/HttpResponseStatus/InternalServerError.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/Digitigrade/HttpResponseStatus/InternalServerError.php b/Digitigrade/HttpResponseStatus/InternalServerError.php
index 237c526..f04f64f 100644
--- a/Digitigrade/HttpResponseStatus/InternalServerError.php
+++ b/Digitigrade/HttpResponseStatus/InternalServerError.php
@@ -20,4 +20,7 @@ class InternalServerError extends \Exception implements HttpResponseStatus {
public function httpReason(): string {
return "Internal Server Error";
}
+
+ public function httpHeaders() {
+ }
} \ No newline at end of file