Repository URL to install this package:
|
Version:
0.2.5 ▾
|
class TableMetadataUnavailableError(Exception):
"""
raise when table metadata is unavailable
"""
class BinLogNotEnabledError(Exception):
"""
raise when binlog not enabled
"""
class StreamClosedError(Exception):
"""raise when stream is closed"""