diff --git a/src/zabapgit_http.prog.abap b/src/zabapgit_http.prog.abap index ba2f36952..51900ea66 100644 --- a/src/zabapgit_http.prog.abap +++ b/src/zabapgit_http.prog.abap @@ -307,7 +307,7 @@ CLASS lcl_http_digest IMPLEMENTATION. internal_error = 3 OTHERS = 4. IF sy-subrc <> 0. - BREAK-POINT. + lcx_exception=>raise( 'error from CALCULATE_HASH_FOR_RAW' ). ENDIF. rv_hash = lv_hash.