mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
handle error from RS_CUA_INTERNAL_FETCH #1899
This commit is contained in:
parent
c3db193efc
commit
b2f43a04b6
|
@ -549,8 +549,8 @@ CLASS zcl_abapgit_objects_program IMPLEMENTATION.
|
||||||
not_found = 1
|
not_found = 1
|
||||||
unknown_version = 2
|
unknown_version = 2
|
||||||
OTHERS = 3.
|
OTHERS = 3.
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc > 1.
|
||||||
zcx_abapgit_exception=>raise( 'error from RS_CUA_INTERNAL_FETCH' ).
|
zcx_abapgit_exception=>raise( |error from RS_CUA_INTERNAL_FETCH, { sy-subrc }| ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD.
|
ENDMETHOD.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user