WebEngine icon indicating copy to clipboard operation
WebEngine copied to clipboard

Automatically handle errors

Open g105b opened this issue 2 years ago • 0 comments

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 avatar Jan 25 '23 17:01 g105b