Skip to content

Commit fc1cbe8

Browse files
committed
New exceptions
1 parent d020ccd commit fc1cbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zcl_highlighter.clas.locals_imp.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ CLASS lcl_out IMPLEMENTATION.
5454
cx_sy_codepage_converter_init
5555
cx_sy_conversion_codepage
5656
cx_parameter_invalid_type INTO DATA(error).
57-
zcx_error=>raise_with_text( error ).
57+
RAISE EXCEPTION TYPE zcx_error_prev EXPORTING previous = error.
5858
ENDTRY.
5959
ENDMETHOD.
6060

0 commit comments

Comments
 (0)