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