What should I do when I want to throw a business logic expection in the notification subscriber?
The goal is to log an error in the most standard way, I don't want end-user to see any error message.
Currently I call Dynamicweb.Information.Logger.LogGeneral and do not throw an exception, not sure if is the best solution.