Searched refs:NotFoundError (Results 1 – 16 of 16) sorted by relevance
66 class NotFoundError(FatalError): class132 raise NotFoundError(msg)
41 class NotFoundError(CloudStorageError): class68 raise NotFoundError(stderr)
91 class NotFoundError(CloudStorageError): class157 raise NotFoundError(stderr)175 except NotFoundError:
73 self._AssertRunCommandRaisesError(strs, cloud_storage.NotFoundError)
32 except gcs.NotFoundError:
132 self.assertRaises(self.cloud_storage.NotFoundError, self.cloud_storage.Get,146 self.assertRaises(self.cloud_storage.NotFoundError, self.cloud_storage.Get,164 self.cloud_storage.NotFoundError, self.cloud_storage.Get,
116 class NotFoundError(Exception): class in CloudStorageModuleStub154 raise CloudStorageModuleStub.NotFoundError()210 raise CloudStorageModuleStub.NotFoundError('Remote file does not exist.')
68 except gcs.NotFoundError:
15 class NotFoundError(Error): class
562 raise exceptions.NotFoundError('Could not find file %s' % path)
211 cs_get_mock.side_effect = cloud_storage.NotFoundError212 self.assertRaises(cloud_storage.NotFoundError,
142 raise exceptions.NotFoundError(
309 except cloudstorage.NotFoundError:
935 except cloud_errors.NotFoundError:
2511 except cloudstorage.NotFoundError:
634 NotFoundError: 8, property