mixed_fatal_error#

View page source

Mixed Class Fatal Errors#

Syntax#

mixed_obj.post_fatal_error ( message )

post_fatal_error#

is a mixed class member function that posts a fatal error. It’s message argument is an str describing the error. A call to this function will raise a python RuntimeError with the specified message. It’s main purpose is for testing.

Example#

mixed_fatal_error_xam.py