overwolf.extensions.UncaughtExceptionCallback
Overwolf APIs / overwolf / overwolf / extensions / UncaughtExceptionCallback
type UncaughtExceptionCallback = (
message: string,
functionName: string,
scriptName: string,
) => void;
The following types are related to the onUncaughtException event - which
is a different than the usual events.
Parameters
| Parameter | Type |
|---|---|
message | string |
functionName | string |
scriptName | string |
Returns
void