We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5383d46 commit 50fa7adCopy full SHA for 50fa7ad
1 file changed
system/Debug/Exceptions.php
@@ -120,8 +120,8 @@ public function exceptionHandler(Throwable $exception)
120
$this->response->setStatusCode($statusCode);
121
} catch (HTTPException $e) {
122
// Workaround for invalid HTTP status code.
123
- $statusCoden = 500;
124
- $this->response->setStatusCode($statusCoden);
+ $statusCode = 500;
+ $this->response->setStatusCode($statusCode);
125
}
126
127
if (! headers_sent()) {
0 commit comments