How to Customize Error Pages (Symfony Docs)
In Symfony applications, all errors are treated as exceptions, no matter if they are a 404 Not Found error or a fatal error triggered by throwing some exception in your code. In the development enviro…