<< throw | Error manager | warning >> |
throwAsCaller(MException) |
MException object
It throws an exception as if it occurs within the calling function.
function test_throwAsCaller()
ME = MException('n:m', 'your error')
throwAsCaller(ME)
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET