You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: