Error presenter from module 08/11/2014
Here is how you change the default error presenter to one you have in module Front. The key is using a colon, just as you would when defining routes.
nette: application: errorPresenter: "Front:Error"
Here is how you change the default error presenter to one you have in module Front
. The key is using a colon, just as you would when defining routes.
nette:
application:
errorPresenter: "Front:Error"