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
ebc22ef67b
commit
56312a40c3
|
@ -63,7 +63,7 @@ CLASS ZCL_ABAPGIT_OBJECT_HTTP IMPLEMENTATION.
|
|||
name = lo_name
|
||||
devclass = iv_package.
|
||||
CATCH cx_ucon_api_http_service INTO lx. " Exception class: HTTP Service
|
||||
zcx_abapgit_exception=>raise( iv_text = lx->get_text( )
|
||||
zcx_abapgit_exception=>raise( iv_text = lx->get_text( )
|
||||
ix_previous = lx->previous ).
|
||||
CATCH cx_root.
|
||||
zcx_abapgit_exception=>raise( 'HTTP not supported' ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user