Raise errors when connectors fail

This commit is contained in:
Mouse Reeve
2020-09-30 10:27:40 -07:00
parent 56ebd6e7c0
commit f72d59955e
4 changed files with 14 additions and 4 deletions

View File

@ -1,2 +1,3 @@
''' bring connectors into the namespace '''
from .settings import CONNECTORS
from .abstract_connector import ConnectorException