send correct response code on error
This commit is contained in:
parent
d88fd07fa5
commit
895ba4b84b
@ -419,6 +419,8 @@
|
||||
);
|
||||
}
|
||||
|
||||
http_response_code($exception->getCode());
|
||||
|
||||
$this->dispatcher->trigger("crispage.exception", $exception);
|
||||
|
||||
// Cancel render
|
||||
|
Loading…
Reference in New Issue
Block a user