The ConfigurationError exception is raised when the configuration of the ORM is invalid.
| 25 | |
| 26 | |
| 27 | class ConfigurationError(BaseORMException): |
| 28 | """ |
| 29 | The ConfigurationError exception is raised when the configuration of the ORM is invalid. |
| 30 | """ |
| 31 | |
| 32 | |
| 33 | class TransactionManagementError(BaseORMException): |
no outgoing calls
no test coverage detected
searching dependent graphs…