Improve errors and logging when network issues arise.
Raise excretions instead of printing warnings.
Fixes TypeError:
bgp/__init__.py:62: in _memoize_xml
logging.error('Timeout for xml for item - ' + self.identifier + ' | ' + e)
E TypeError: can only concatenate str (not "ConnectTimeout") to str
Improve errors and logging when network issues arise. Raise excretions instead of printing warnings.
Fixes TypeError: