added Application::abort() to aborts a request early
That simplifies firing 404 pages for instance as you don't need to add a use statement for the HttpException.
Showing
Please register or sign in to comment
That simplifies firing 404 pages for instance as you don't need to add a use statement for the HttpException.