Skip to content

Commit

Permalink
Update messages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Jan 4, 2025
1 parent 0a7217f commit 2e9a866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ Alternatively, achieve the same behavior with an uncaught exception:
```abap
METHOD z2ui5_if_app~main.
RAISE EXCEPTION NEW lcx_error( ).
RAISE EXCEPTION NEW cx_sy_itab_line_not_found( ).
ENDMETHOD.
```
::: tip **Improvements**
These message functions are continually being improved. Feel free to open an issue if you encounter errors or incompatibilities, or submit a PR to extend the functionality.
:::
:::

0 comments on commit 2e9a866

Please sign in to comment.