mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
INTF: Remove syntax warning (#5607)
Replaces with exception with parent
This commit is contained in:
parent
24deed4d60
commit
1a394ff173
|
@ -192,7 +192,7 @@ CLASS zcl_abapgit_object_intf IMPLEMENTATION.
|
|||
IF li_proxy_object IS BOUND.
|
||||
TRY.
|
||||
li_proxy_object->dequeue( ).
|
||||
CATCH cx_proxy_gen_error ##NO_HANDLER.
|
||||
CATCH cx_proxy_fault ##NO_HANDLER.
|
||||
ENDTRY.
|
||||
ENDIF.
|
||||
zcx_abapgit_exception=>raise_with_text( lx_proxy_fault ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user