Searched refs:ProjectQuotaNotFound (Results 1 – 6 of 6) sorted by relevance
519 except exception.ProjectQuotaNotFound:704 except exception.ProjectQuotaNotFound:877 except exception.ProjectQuotaNotFound:
538 class ProjectQuotaNotFound(QuotaNotFound): class
288 except exception.ProjectQuotaNotFound:
2579 self.assertRaises(exception.ProjectQuotaNotFound,2587 self.assertRaises(exception.ProjectQuotaNotFound,2626 self.assertRaises(exception.ProjectQuotaNotFound, db.quota_get,
366 raise exception.ProjectQuotaNotFound(project_id=project_id)
919 raise exception.ProjectQuotaNotFound(project_id=project_id)1355 except exception.ProjectQuotaNotFound: