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
There are probably a few places throughout the code that use the broken setup which makes it hard to debug errors since nothing is displayed, it just fails.
The text was updated successfully, but these errors were encountered:
Throwing an exception within
DB::beginTransaction
will fail to register in the parent try/catch block. Basically, this code fails:This code works:
There are probably a few places throughout the code that use the broken setup which makes it hard to debug errors since nothing is displayed, it just fails.
The text was updated successfully, but these errors were encountered: