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:
ThomasPloski 2024-12-05 08:30:25 +01:00 committed by GitHub
parent 4be5a36acf
commit 6a8a2ccc6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
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 ).
ENDTRY.
ENDIF.