mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 21:08:01 +08:00
Serialzie: Improve exception handling (#2831)
This commit is contained in:
parent
e379dd3cfe
commit
5cd2044745
|
@ -248,7 +248,9 @@ CLASS ZCL_ABAPGIT_SERIALIZE IMPLEMENTATION.
|
||||||
iv_path = is_tadir-path ).
|
iv_path = is_tadir-path ).
|
||||||
CATCH zcx_abapgit_exception INTO lx_error.
|
CATCH zcx_abapgit_exception INTO lx_error.
|
||||||
IF NOT mi_log IS INITIAL.
|
IF NOT mi_log IS INITIAL.
|
||||||
mi_log->add_error( lx_error->get_text( ) ).
|
mi_log->add_exception(
|
||||||
|
ix_exc = lx_error
|
||||||
|
is_item = ls_fils_item-item ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user