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-04 17:06:26 +01:00 committed by GitHub
parent 3c855b6f95
commit 353b14f8a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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' ).