Exception raised for errors that are related to the database interface rather than the database itself.
| 22 | |
| 23 | |
| 24 | class InterfaceError(Error): |
| 25 | """Exception raised for errors that are related to the database |
| 26 | interface rather than the database itself.""" |
| 27 | |
| 28 | |
| 29 | class DatabaseError(Error): |
nothing calls this directly
no outgoing calls
no test coverage detected