We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cx_sy_rtti_no_check
1 parent 66af6e0 commit ad0799eCopy full SHA for ad0799e
package.json
@@ -15,7 +15,7 @@
15
},
16
"license": "MIT",
17
"dependencies": {
18
- "@abaplint/cli": "^2.115.1",
+ "@abaplint/cli": "^2.115.2",
19
"@abaplint/database-pg": "^2.11.78",
20
"@abaplint/database-sqlite": "^2.11.78",
21
"@abaplint/runtime": "^2.12.22",
src/exceptions/cx_sy_rtti_no_check.clas.abap
@@ -0,0 +1,7 @@
1
+CLASS cx_sy_rtti_no_check DEFINITION PUBLIC INHERITING FROM cx_no_check.
2
+ PUBLIC SECTION.
3
+ENDCLASS.
4
+
5
+CLASS cx_sy_rtti_no_check IMPLEMENTATION.
6
7
0 commit comments