Searched refs:orig_exception (Results 1 – 3 of 3) sorted by relevance
25 def __init__(self, msg, orig_exception=None): argument28 self.orig_exception = orig_exception45 "not loaded", orig_exception=None
90 if self._loading_error[1].orig_exception is not None:91 orig_exception = traceback.format_exception(92 *self._loading_error[1].orig_exception95 if "".join(orig_exception) not in "".join(tb):97 tb.extend(orig_exception)
122 "{} [{}]".format(msg, class_string), orig_exception=exc