Home
last modified time | relevance | path

Searched refs:realexception (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py1988 def __init__(self, realexception, recipe): argument
1989 self.realexception = realexception
1991 Exception.__init__(self, realexception, recipe)