ErrorPresenter: How to ignore log + email-sent for specific exception types?
- bohacf
- Backer | 8
Hi
occasionally, the app throws an low level exception:
- The signal receiver component …
- There is no handler for signal …
- Method OPTIONS is not allowed
- Method PROPFIND is not allowed
- SOAP errors…
ignores my ErrorPresenter, logs the exception, sends me an email and creates /log/email-sent
I'd like to store these errors to specific log (no exception.log) without creating email-sent.
Is there any solution for this?