Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/development-guide/serializers/serializers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Requirements that are necessary to support an object type should be checked in t
" Check requirements...
CATCH cx_root.
" Raise an exception if not supported
zcx_abapgit_exception=>raise( 'Object type SRFC not supported' ).
RAISE EXCEPTION TYPE zcx_abapgit_type_not_supported EXPORTING obj_type = ms_item-obj_type.
ENDTRY.

ENDMETHOD.
Expand Down