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