Skip to content

Commit

Permalink
Add UnterminatedForLoopError to README (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjb authored Jun 2, 2024
1 parent aa41bce commit 3855561
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ ImageError
InternalError
TemplateParseError
IncompleteConditionalStatementError // thrown when an IF-statement has no corresponding END-IF command
UnterminatedForLoopError // thrown when a `FOR` loop is not properly terminated with an `END-FOR`
```
## Custom error handler
Expand Down

0 comments on commit 3855561

Please sign in to comment.