Home
last modified time | relevance | path

Searched refs:FileNotFoundError (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dexceptions.py27 class FileNotFoundError(Exception): class
29 super(FileNotFoundError, self).__init__('No file found at %s' % file_path)
D__init__.py36 from .exceptions import FileNotFoundError
Dcloud_storage_info.py82 raise exceptions.FileNotFoundError(dependency_path)
Dcloud_storage_info_unittest.py149 exceptions.FileNotFoundError, self.cs_info.GetRemotePath)
/external/python/cpython2/PCbuild/
Dprepare_ssl.py141 except FileNotFoundError: