throwException(_:)
Raises an exception in the current script execution context.
Declaration
class func throwException(_ exceptionMessage: String!) -> BoolParameters
- exceptionMessage:
The exception message.
Raises an exception in the current script execution context.
class func throwException(_ exceptionMessage: String!) -> BoolThe exception message.