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