Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Http error codes for 404 and client Error - 400
- `\Leaf\Exception\General::default404();` was providing a custom error page for not found asset but did not return the HTTP error code 404 - \Leaf\Exception\General::csrf(); was not returning any error code when csrf had expired
- Loading branch information