| 446 | |
| 447 | |
| 448 | class BranchTransactionAlreadyActiveError(InvalidTransactionStateError): |
| 449 | sqlstate = '25002' |
| 450 | |
| 451 | |
| 452 | class HeldCursorRequiresSameIsolationLevelError(InvalidTransactionStateError): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…