Check Point
Checks if a given expression is true, if is not, thrown the specified exception.
Properties
| Name | Description | Required |
|---|---|---|
| Data | A collection of key/value pairs that provide additional user-defined information about the exception. | |
| Exception | The exception to throw if the expression is not true. | ☑️ |
| Expression | The expression to be evaluated. | ☑️ |