pygccxml.declarations.runtime_errors module¶
-
exception
declaration_not_found_t
(decl_matcher)¶ Bases:
RuntimeError
Exception raised when the declaration could not be found
-
args
¶
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-