Searched refs:UserError (Results 1 – 4 of 4) sorted by relevance
35 class UserError(Error): class145 class ConfigurationValueError(UserError):
311 raise exceptions.UserError('Must provide client or http.')701 raise exceptions.UserError((883 raise exceptions.UserError(886 raise exceptions.UserError('Must provide client or http.')
86 …raise SCons.Errors.UserError("A shared library should have exactly one target with the suffix: %s"…
41 from SCons.Errors import UserError181 raise UserError('Building an AArch64 simulator implies that VIXL targets '204 raise UserError('Invalid value for option {name}: {value}. '232 raise UserError('Invalid value for %s: %s' % (name, value))318 raise UserError('Building VIXL for AArch64 in 32-bit is not supported. Set '