Searched refs:realexception (Results 1 – 1 of 1) sorted by relevance
1991 def __init__(self, realexception, recipe): argument1992 self.realexception = realexception1994 Exception.__init__(self, realexception, recipe)2303 (exc.recipe, bb.exceptions.to_string(exc.realexception)))