aboutsummaryrefslogtreecommitdiff
path: root/engine/AjaxErrorResponse.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/AjaxErrorResponse.php')
-rw-r--r--engine/AjaxErrorResponse.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/engine/AjaxErrorResponse.php b/engine/AjaxErrorResponse.php
deleted file mode 100644
index a1fe381..0000000
--- a/engine/AjaxErrorResponse.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-class AjaxErrorResponse extends AjaxResponse {
-
- public function __construct(string $error, int $code = 200) {
- parent::__construct(code: $code, body: json_encode(['error' => $error], JSON_UNESCAPED_UNICODE));
- }
-
-} \ No newline at end of file