throw
-
command
-
Throws an exception.
-
Examples: +
throw "InvalidEntry", "The quantity must be a number between 1 and 500"
-
Related: catch, exception
command
Throws an exception.
Examples: +
throw "InvalidEntry", "The quantity must be a number between 1 and 500"
Related: catch, exception