For the complete documentation index, see llms.txt. This page is also available as Markdown.

set_exception_flags

Set exception flags
     code - exception code
     flags - exception flags (combination of EXC_...)

success set_exception_flags(long code, long flags);

Last updated

Was this helpful?