mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
raise exception direct
This commit is contained in:
parent
88a4158c89
commit
9f675bab5e
|
@ -93,7 +93,7 @@ CLASS lcl_repo_online IMPLEMENTATION.
|
|||
|
||||
delete_initial_online_repo( abap_true ).
|
||||
|
||||
lcx_exception=>raise( iv_text = lx_exception->mv_text ).
|
||||
RAISE EXCEPTION lx_exception.
|
||||
|
||||
ENDTRY.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user