mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Update src/objects/zcl_abapgit_object_http.clas.abap
Co-authored-by: abaplint[bot] <24845621+abaplint[bot]@users.noreply.github.com>
This commit is contained in:
parent
4be5a36acf
commit
6a8a2ccc6c
|
@ -146,7 +146,7 @@ CLASS ZCL_ABAPGIT_OBJECT_HTTP IMPLEMENTATION.
|
||||||
|
|
||||||
CALL METHOD lo_http->('IF_UCON_API_HTTP_SERVICE~SET_LANGUAGE_VERSION') EXPORTING iv_langu_version = lv_abap_lang-id.
|
CALL METHOD lo_http->('IF_UCON_API_HTTP_SERVICE~SET_LANGUAGE_VERSION') EXPORTING iv_langu_version = lv_abap_lang-id.
|
||||||
CATCH cx_root INTO lx.
|
CATCH cx_root INTO lx.
|
||||||
zcx_abapgit_exception=>raise( iv_text = lx->get_text( )
|
zcx_abapgit_exception=>raise( iv_text = lx->get_text( )
|
||||||
ix_previous = lx ).
|
ix_previous = lx ).
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user