Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py18 class LayerIndexException(Exception): class
27 class LayerIndexUrlError(LayerIndexException):
35 LayerIndexException.__init__(self, msg)
37 class LayerIndexFetchError(LayerIndexException):
45 LayerIndexException.__init__(self, msg)
53 raise LayerIndexException("Must be initialized with bb.data.")
210 raise LayerIndexException("No LayerIndex Plugins available")
227 raise LayerIndexException("No plugins support %s" % indexURI)
253 raise LayerIndexException("No LayerIndex Plugins available")
270 raise LayerIndexException("No plugins support %s" % indexURI)
[all …]