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

Closed
g105b opened this issue Jan 25, 2023 · 1 comment
Closed

Automatically handle errors #610

g105b opened this issue Jan 25, 2023 · 1 comment
Assignees

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
Copy link
Member Author

g105b commented Aug 29, 2024

Duplicate: #642

@g105b g105b closed this as completed Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant