Searched refs:LicenseError (Results 1 – 4 of 4) sorted by relevance
29 class LicenseError(Exception): class32 class LicenseSyntaxError(LicenseError):36 LicenseError.__init__(self)41 class InvalidLicense(LicenseError):44 LicenseError.__init__(self)
65 except oe.license.LicenseError as exc:
80 except oe.license.LicenseError as exc:
305 except oe.license.LicenseError as exc: