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

/pkg/src/
H A Dsysrepo.py125 class SysrepoException(Exception): class in inherits:Exception
189 raise SysrepoException(
246 decoded from a json representation are valid, raising a SysrepoException
259 raise SysrepoException("{0} is not a dict".format(pub_info))
262 raise SysrepoException("{0} is not a basestring".format(
266 raise SysrepoException("{0} is not a list".format(
270 raise SysrepoException("{0} does not have 6 "
275 raise SysrepoException("indices 0 and 3 of {0} "
282 raise SysrepoException("index 5 of {0} is not a "
287 raise SysrepoException("{
[all...]

Completed in 9 milliseconds