There was an error while loading. Please reload this page.
Currently, There are 6 Exceptions in StoryScript.
To throw an Exception, You need to follow this format:
throw [Exception] [Description]
The description is optional. Some Exception has a default Description, And some don't. For example:
throw NotImplementedException
Output:
NotImplementedException: This feature is not implemented
Example 2:
throw AlreadyDefined "This value is already defined!"
AlreadyDefined: This value is already defined!