mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +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
8f34cce709
commit
ebc22ef67b
|
@ -273,7 +273,6 @@ CLASS ZCL_ABAPGIT_OBJECT_HTTP IMPLEMENTATION.
|
|||
"ii_log->add_error( iv_msg = lv_text is_item = ms_item ). " Exception
|
||||
CATCH cx_ucon_api_http_service INTO lx.
|
||||
lv_text = lx->get_text( ).
|
||||
"ii_log->add_error( iv_msg = lv_text is_item = ms_item ).
|
||||
CATCH cx_root INTO lx.
|
||||
zcx_abapgit_exception=>raise( 'HTTP not supported' ).
|
||||
ENDTRY.
|
||||
|
|
Loading…
Reference in New Issue
Block a user