Home
last modified time | relevance | path

Searched refs:ProfileNotFoundError (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
Dprovider.py73 class ProfileNotFoundError(ValueError): class
295 raise ProfileNotFoundError('Profile "%s" not found!' %
321 raise ProfileNotFoundError('Profile "%s" not found!' %
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/provider/
Dtest_provider.py160 with self.assertRaises(provider.ProfileNotFoundError):