mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +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 ).
|
delete_initial_online_repo( abap_true ).
|
||||||
|
|
||||||
lcx_exception=>raise( iv_text = lx_exception->mv_text ).
|
RAISE EXCEPTION lx_exception.
|
||||||
|
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user