Error raised when the database connection can't be established or when a connection with a requested alias can't be retrieved.
| 43 | |
| 44 | |
| 45 | class ConnectionFailure(Exception): |
| 46 | """Error raised when the database connection can't be established or |
| 47 | when a connection with a requested alias can't be retrieved. |
| 48 | """ |
| 49 | |
| 50 | pass |
| 51 | |
| 52 | |
| 53 | def _check_db_name(name): |
no outgoing calls
no test coverage detected