Error handling

Try-catch

// todo

Throw an exception

You can throw any value as exception.

Error object

We do not provide a class like "Error" in a few languages. So the default system error was thrown is a map.

You must provide your own error objects and handle it manually.

Last updated

Was this helpful?