Searched refs:BaseException (Results 1 – 23 of 23) sorted by relevance
25 except BaseException as e:30 except BaseException as e:
17 class NoHelperFound(BaseException):20 class NoSyscallCommandFound(BaseException):23 class ParsingError(BaseException):26 BaseException.__init__(self,30 BaseException.__init__(self, 'Error parsing line: %s' % line)
117 exc_type: Optional[Type[BaseException]], argument118 exc_val: Optional[BaseException], argument
176 def exception_summary(exc: BaseException) -> str: argument
277 except BaseException as err:313 except BaseException as err:
426 except BaseException as err:787 except BaseException as err:875 except BaseException as err:
42 raise BaseException(error)46 raise BaseException(error)50 raise BaseException(error)
380 raise BaseException(error)384 raise BaseException(error)392 raise BaseException(error)396 raise BaseException(error)
139 raise BaseException(error)143 raise BaseException(error)
252 …raise BaseException("Bad user configuration version. Expected %r, got %r" % (logconfig['version'],…305 raise BaseException("Unrecognized file format: %s" % userconfigfile)
2102 except BaseException as exc:2281 if isinstance(result, BaseException):
199 exc_type: Optional[Type[BaseException]], argument200 exc_val: Optional[BaseException], argument449 except BaseException as exc:
83 raise BaseException(error)
531 raise BaseException(error)537 raise BaseException(error)
64 except BaseException as exc:
133 class TimeOut(BaseException):
670 except BaseException:
82 except BaseException:
408 except BaseException as err:
580 except BaseException as e:
1217 except BaseException:
36 except BaseException:
327 raise BaseException("Invalid ordering model:" + str(model) + str(invalid))331 raise BaseException("Invalid filter " + str(invalid))