Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/lib/
H A D__init__.py7 SpecException
H A Dnlspec.py16 class SpecException(Exception): class
388 raise SpecException(f"Can't resolve attribute set for op '{self.name}'")
447 raise SpecException('SPDX license tag required in the spec')
561 raise SpecException("Can't parse directional ops")
/linux/tools/net/ynl/pyynl/
H A Dcli.py19 from lib import YnlFamily, Netlink, NlError, SpecFamily, SpecException, YnlException
295 except SpecException as error: