Customizing exception errors
Permalink
Hi,
I would like to customize exception errors template.
How can i do that ?
Thanks
Best,
moosh
I would like to customize exception errors template.
How can i do that ?
Thanks
Best,
moosh
All exceptions in concrete5 are rendered by View::renderError(). If a theme contains a file named "error.php," it will be used to render these error screens
Hope this help