Searched refs:realexception (Results 1 – 1 of 1) sorted by relevance
2029 def __init__(self, realexception, recipe): argument2030 self.realexception = realexception2032 Exception.__init__(self, realexception, recipe)2340 (exc.recipe, bb.exceptions.to_string(exc.realexception)))