Exception raised for errors that are related to the database.
| 27 | |
| 28 | |
| 29 | class DatabaseError(Error): |
| 30 | """Exception raised for errors that are related to the |
| 31 | database.""" |
| 32 | |
| 33 | |
| 34 | class DataError(DatabaseError): |
nothing calls this directly
no outgoing calls
no test coverage detected