The OperationalError exception is raised when an operational error occurs.
| 37 | |
| 38 | |
| 39 | class OperationalError(BaseORMException): |
| 40 | """ |
| 41 | The OperationalError exception is raised when an operational error occurs. |
| 42 | """ |
| 43 | |
| 44 | |
| 45 | class IntegrityError(OperationalError): |
no outgoing calls
searching dependent graphs…