Searched refs:FileNotFoundError (Results 1 – 5 of 5) sorted by relevance
27 class FileNotFoundError(Exception): class29 super(FileNotFoundError, self).__init__('No file found at %s' % file_path)
36 from .exceptions import FileNotFoundError
82 raise exceptions.FileNotFoundError(dependency_path)
149 exceptions.FileNotFoundError, self.cs_info.GetRemotePath)
141 except FileNotFoundError: