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.
1 parent 2033876 commit 7e42b52Copy full SHA for 7e42b52
CHEAT.md
@@ -129,6 +129,7 @@ Some most encountered COS expressions
129
|----------------------------------|-----------------------------------------|
130
| Return a good status | Quit $$$OK |
131
| Return an error status | Quit $$$ERROR($$$GeneralError, message) |
132
+| Throw exception on error | $$$ThrowOnError(status, code) or $$$TOE(status, code) |
133
| Check If status is good | If $$$ISOK(status) |
134
| Check If status is an error | If $$$ISERR(status) |
135
| Return a null object reference | Quit $$$NULLOREF |
0 commit comments