throwAsCaller(MException)
| Paramètre | Description |
|---|---|
| MException | objet MException |
Elle lance une exception comme si elle se produisait dans la fonction appelante.
function test_throwAsCaller()
ME = MException('n:m', 'your error')
throwAsCaller(ME)
| Version | Description |
|---|---|
| 1.0.0 | version initiale |