The IntegrityError exception is raised when there is an integrity error.
| 43 | |
| 44 | |
| 45 | class IntegrityError(OperationalError): |
| 46 | """ |
| 47 | The IntegrityError exception is raised when there is an integrity error. |
| 48 | """ |
| 49 | |
| 50 | |
| 51 | class NoValuesFetched(OperationalError): |
no outgoing calls
no test coverage detected
searching dependent graphs…