mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
SRVB: Fix uncaught exception (#5398)
Fixes dumps due to uncaught exceptions and gives proper error message
This commit is contained in:
parent
38db43ce13
commit
c88dc9f216
|
@ -367,7 +367,7 @@ CLASS zcl_abapgit_object_srvb IMPLEMENTATION.
|
||||||
|
|
||||||
corr_insert( iv_package ).
|
corr_insert( iv_package ).
|
||||||
|
|
||||||
CATCH cx_swb_exception INTO lx_error.
|
CATCH cx_root INTO lx_error.
|
||||||
CALL FUNCTION 'DEQUEUE_ESWB_EO'
|
CALL FUNCTION 'DEQUEUE_ESWB_EO'
|
||||||
EXPORTING
|
EXPORTING
|
||||||
objtype = ms_item-obj_type
|
objtype = ms_item-obj_type
|
||||||
|
|
Loading…
Reference in New Issue
Block a user