Skip to content

Commit

Permalink
exception: some initial documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Dec 28, 2024
1 parent a882de1 commit 8fa7ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/README-FlowControl-Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ on: nothing
console.printLine()
# initialize modules, which can load data from files or databases, or computing some values, ...
try
# if any of the init throws an unhandled exception, the exception will be handled here in catch block. then the script will stop
# if any of the module initializations throw an unhandled exception, the exception will be handled here in catch block. then the script will stop.
module1Init()
module2Init()
module3Init()
Expand Down

0 comments on commit 8fa7ec5

Please sign in to comment.