From ff805a1241bd2753e5dd895c6ca7ed59dcb5c15e Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 16 Dec 2025 17:22:43 +0100 Subject: [PATCH] add cx_sy_rtti_no_check --- package.json | 2 +- src/exceptions/cx_sy_rtti_no_check.clas.abap | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/exceptions/cx_sy_rtti_no_check.clas.abap diff --git a/package.json b/package.json index 0336bc82..86c83d15 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.115.1", + "@abaplint/cli": "^2.115.2", "@abaplint/database-pg": "^2.11.78", "@abaplint/database-sqlite": "^2.11.78", "@abaplint/runtime": "^2.12.22", diff --git a/src/exceptions/cx_sy_rtti_no_check.clas.abap b/src/exceptions/cx_sy_rtti_no_check.clas.abap new file mode 100644 index 00000000..d4f944f4 --- /dev/null +++ b/src/exceptions/cx_sy_rtti_no_check.clas.abap @@ -0,0 +1,7 @@ +CLASS cx_sy_rtti_no_check DEFINITION PUBLIC INHERITING FROM cx_no_check. + PUBLIC SECTION. +ENDCLASS. + +CLASS cx_sy_rtti_no_check IMPLEMENTATION. + +ENDCLASS. \ No newline at end of file