The DBConnectionError is raised when problems with connecting to db occurs
| 109 | |
| 110 | |
| 111 | class DBConnectionError(BaseORMException, ConnectionError): |
| 112 | """ |
| 113 | The DBConnectionError is raised when problems with connecting to db occurs |
| 114 | """ |
| 115 | |
| 116 | |
| 117 | class ValidationError(BaseORMException): |
no outgoing calls
no test coverage detected
searching dependent graphs…