Skip to content

$try

Try to execute the given code, if something goes wrong, catch code is executed.

Parameters

NameDescriptionEnforcedDefault Value
CodeCode to be executed.YesNone
Catch CodeCode to be executed in case some error ocurrs.YesNone
Finally CodeCode to be executed finally.NoNone

Example

$try[code;catchCode;finallyCode?]