This is an old revision of the document!
Table of Contents
SOMError
This call generates error message and terminates process if fatal error.
Syntax
void (*SOMError) (int errorCode, string fileName, int lineNum);
Parameters
Return Code
None
Notes
SOMError is a global variable and can be replaced by user function
Example Code
#include <som.h> SOMError(SOM_Fatal(12), __FILE__, __LINE__);