Searched refs:InvalidLicense (Results 1 – 3 of 3) sorted by relevance
41 class InvalidLicense(LicenseError): class64 raise InvalidLicense(element)
42 with self.assertRaises(oe.license.InvalidLicense) as cm:
228 except oe.license.InvalidLicense as exc: