Searched refs:MenuLstError (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dmenulst.py40 class MenuLstError(Exception): class in inherits:Exception
42 super(MenuLstError, self).__init__()
316 raise MenuLstError('Dangling backslash detected')
333 raise MenuLstError('Dangling backslash detected')
H A Dsbb.py43 from bootmgmt.backend.loader.menulst import (MenuDotLst, MenuLstError, namespace
262 except MenuLstError as err:
H A Dlegacygrub.py35 from bootmgmt.backend.loader.menulst import (MenuDotLst, MenuLstError, namespace
494 except MenuLstError as err:

Completed in 20 milliseconds