Home
last modified time | relevance | path

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

/third_party/mesa3d/bin/pick/
Dcore.py64 class PickUIException(Exception): class
253 raise PickUIException(f'Invalid Sha {sha}')
276 except PickUIException:
296 except PickUIException:
Dcore_test.py469 with pytest.raises(core.PickUIException):