First of all, congratulations on the work being done here.
I've added an IExceptionInterceptor but I see that, for example, the DBConcurrencyException is not redirected to the interceptors.
Is there a reason for this? Is it possible to add it in one of the future versions (I would even dare to say why not all possible exceptions)?
This happens in the Database class. The exception is thrown without going through OnExceptionInternal.
Thank you!
First of all, congratulations on the work being done here.
I've added an
IExceptionInterceptorbut I see that, for example, theDBConcurrencyExceptionis not redirected to the interceptors.Is there a reason for this? Is it possible to add it in one of the future versions (I would even dare to say why not all possible exceptions)?
This happens in the
Databaseclass. The exception is thrown without going throughOnExceptionInternal.Thank you!