Skip to content

Commit 7e42b52

Browse files
committed
Add $$$TOE macro
1 parent 2033876 commit 7e42b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHEAT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Some most encountered COS expressions
129129
|----------------------------------|-----------------------------------------|
130130
| Return a good status | Quit $$$OK |
131131
| Return an error status | Quit $$$ERROR($$$GeneralError, message) |
132+
| Throw exception on error | $$$ThrowOnError(status, code) or $$$TOE(status, code) |
132133
| Check If status is good | If $$$ISOK(status) |
133134
| Check If status is an error | If $$$ISERR(status) |
134135
| Return a null object reference | Quit $$$NULLOREF |

0 commit comments

Comments
 (0)