Searched refs:LicenseError (Results 1 – 5 of 5) sorted by relevance
27 class LicenseError(Exception): class30 class LicenseSyntaxError(LicenseError):34 LicenseError.__init__(self)39 class InvalidLicense(LicenseError):42 LicenseError.__init__(self)
65 except licenses.LicenseError as e:
61 except oe.license.LicenseError as exc:
72 except oe.license.LicenseError as exc:
299 except oe.license.LicenseError as exc: