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.py18 class SpecException(Exception): class
390 raise SpecException(f"Can't resolve attribute set for op '{self.name}'")
470 raise SpecException('SPDX license tag required in the spec')
584 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
270 except SpecException as error: