Searched refs:SyscallParseException (Results 1 – 1 of 1) sorted by relevance
199 class SyscallParseException(Exception): class206 raise SyscallParseException(211 raise SyscallParseException(216 raise SyscallParseException("Malformed system call invocation")420 except SyscallParseException: