-
Notifications
You must be signed in to change notification settings - Fork 2
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
No formal way to customise error pages #5
Comments
This is the display of errors atm. Including 404 as mentioned above. |
Thank you for the report. I'll try to find a way to make them easily customizable. |
BTW, enjoying using it, it is very simple and easy to understand. |
Thank you, let me know if there are bugs or other improvements you'd like to see. In the meantime, I created a branch with a first attempt/proposal for that customizable error. Let me know if that covers your needs |
I'm on the fence about this. One of the things about trinket is that it is very easy to understand, the more hand-holding changes that are made it slowly becomes larger and larger. If the solution to this is to subclass the |
At the moment entering a non-routed path, shows the path on a displayed page. It would be good if there was routing for errors, allowing styling of the error page like any other page but with the error status code.
The text was updated successfully, but these errors were encountered: