When we throw the following exception we pass the method name "CommitAsync", however, the method's name is "RollbackAsync". https://github.com/reecerussell/tx-command/blob/3c5df14fd810b4cc82bc0b325744f879e58bc0fb/src/TxCommand/Session.cs#L142
When we throw the following exception we pass the method name "CommitAsync", however, the method's name is "RollbackAsync".
tx-command/src/TxCommand/Session.cs
Line 142 in 3c5df14