Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TRY with multiple CATCH'es #470

Closed
larshp opened this issue Jul 23, 2021 · 0 comments
Closed

TRY with multiple CATCH'es #470

larshp opened this issue Jul 23, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@larshp
Copy link
Member

larshp commented Jul 23, 2021

    try.
      CATCH zcx_abapgit_cancel.
        WRITE 'A'.
      CATCH zcx_abapgit_exception INTO lx_exception.
        WRITE 'B'.
    ENDTRY.
@larshp larshp added the bug Something isn't working label Jul 23, 2021
@larshp larshp self-assigned this Jul 23, 2021
larshp added a commit that referenced this issue Jul 23, 2021
larshp added a commit that referenced this issue Jul 23, 2021
* upd

* rewrite CATCH, #470

* implement CHECK, closes #469

* 1.4.8
@larshp larshp closed this as completed Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant