docs » cp.rx.go.Throw
A Statement that will throw the provided message.
Example:
Throw("There was an error: %s", errorMessage)- Constructors - API calls which return an object, typically one that offers API methods
- Throw
| Signature | cp.rx.go.Throw([message[, ...]]) -> Throw |
|---|---|
| Type | Constructor |
| Description | Creates a new Throw Statement that will throw the message when executed. |
| Parameters |
|
| Returns |
|