The TransactionManagementError is raised when any transaction error occurs.
| 31 | |
| 32 | |
| 33 | class TransactionManagementError(BaseORMException): |
| 34 | """ |
| 35 | The TransactionManagementError is raised when any transaction error occurs. |
| 36 | """ |
| 37 | |
| 38 | |
| 39 | class OperationalError(BaseORMException): |
no outgoing calls
no test coverage detected
searching dependent graphs…