Can I have different ErrorPresenters for each module?
- Pavel Kravčík
- Member | 1193
You can have one ErrorPresenter, which can call custom
functions/repo/models/latte. In run()
you get
Nette\Application\Request
as param.
- Marek Bartoš
- Nette Blogger | 1260
Not in config, but your error presenter can still forward to other presenters. Presenters you forward to can even have routes, so forms will work.
https://github.com/…resenter.php#…
https://github.com/…resenter.php
Last edited by Marek Bartoš (2021-09-07 11:27)