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.
First of all, congratulations on the work being done here.
I've added an
IExceptionInterceptor
but I see that, for example, theDBConcurrencyException
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 throughOnExceptionInternal
.Thank you!