Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically handle errors #610

Open
g105b opened this issue Jan 25, 2023 · 0 comments
Open

Automatically handle errors #610

g105b opened this issue Jan 25, 2023 · 0 comments
Assignees
Projects

Comments

@g105b
Copy link
Member

g105b commented Jan 25, 2023

Errors such as 404 and 500 should be handled automatically without the developer having to set anything up. Currently, throwing a new HttpNotFound() from a go() function displays the error uncaught exception message - this should show a blank screen by default (with a 404 error code), or the 404 page, if there's a _404.html in the page directory.

@g105b g105b self-assigned this Jan 25, 2023
@g105b g105b added this to Backlog in Overview via automation Jan 25, 2023
@g105b g105b moved this from Backlog to Planned in Overview Jan 25, 2023
@g105b g105b moved this from Planned to WIP in Overview Jan 30, 2023
@g105b g105b moved this from WIP to Planned in Overview Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Overview
Planned
Development

No branches or pull requests

1 participant