Searched refs:_error_to_exception (Results 1 – 1 of 1) sorted by relevance
826 if err in _error_to_exception:827 return _error_to_exception[err](name)832 _error_to_exception = {e.errno: e for e in [ variable