throw(MException)
| Parameter | Description |
|---|---|
| MException | MException object |
throw(MException) throws an exception based on the information contained in the MException object, exception.
ME = MException('nelson:errorId', 'my error')
throw(ME)
| Version | Description |
|---|---|
| 1.0.0 | initial version |