Exception for raising errors around bootstrapping a MySQL server
| 146 | |
| 147 | |
| 148 | class MySQLBootstrapError(MySQLServerError): |
| 149 | """Exception for raising errors around bootstrapping a MySQL server""" |
| 150 | |
| 151 | pass |
| 152 | |
| 153 | |
| 154 | class MySQLServerBase: |
no outgoing calls
no test coverage detected
searching dependent graphs…