Open
Description
Hi,
The IExceptionToErrorInfoConverter
interface and it's implementation are in the Volo.Abp.ExceptionHandling
package (which targets netstandard2.0).
It's misleading that the components are inside the Volo.Abp.AspNetCore.ExceptionHandling
namespace since it can be used on all platforms (wpf, winforms, you name it).
I can contribute a PR which refactors the namespace if it's ok. I just wanted to discuss this idea first.