Searched refs:BaseException (Results 1 – 17 of 17) sorted by relevance
25 except BaseException as e:30 except BaseException as e:
42 raise BaseException(error)46 raise BaseException(error)50 raise BaseException(error)
139 raise BaseException(error)143 raise BaseException(error)
380 raise BaseException(error)384 raise BaseException(error)392 raise BaseException(error)396 raise BaseException(error)
252 …raise BaseException("Bad user configuration version. Expected %r, got %r" % (logconfig['version'],…305 raise BaseException("Unrecognized file format: %s" % userconfigfile)
2109 except BaseException as exc:2288 if isinstance(result, BaseException):
83 raise BaseException(error)
531 raise BaseException(error)537 raise BaseException(error)
64 except BaseException as exc:
199 exc_type: Optional[Type[BaseException]], argument200 exc_val: Optional[BaseException], argument449 except BaseException as exc:
133 class TimeOut(BaseException):
670 except BaseException:
91 except BaseException:
581 except BaseException as e:
1213 except BaseException:
36 except BaseException:
327 raise BaseException("Invalid ordering model:" + str(model) + str(invalid))331 raise BaseException("Invalid filter " + str(invalid))