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