Hi there,
Is there a global subscriber that lets me handle specific exceptions? I have a case where I need to intercept an exception being thrown in the application and then clear some cookies that are related to that exception. What's the best subscriber for that? Is there a one specifically for this or should I handle something broader like OnOutput?
Thanks!
Imar