Control Structures
throw
Supported By
- XION Scripting Language Standard (1.0)
- OpenXION (1.0, 1.1, 1.2, 1.3, 1.4)
- OpenXION Base (1.0, 1.1, 1.2, 1.3, 1.4)
Syntax
throw errorMessage
ErrorMessage yields any string.
Description
The throw statement triggers a script error with the specified error message.
See Also
try