stacktach-winchester/winchester/db/__init__.py
Monsyne Dragon a15b95dbf3 Catch exceptions and reconnect if MySQL goes away.
Catch exception from the db layer and reconnect if
MySQL connection goes away.

Change-Id: Ib931100f4ee6ed78f0839d7ad0ed82bd277c23c0
2015-06-25 17:26:11 +00:00

4 lines
207 B
Python

from winchester.db.interface import DuplicateError, LockError, DatabaseConnectionError
from winchester.db.interface import NoSuchEventError, NoSuchStreamError
from winchester.db.interface import DBInterface