Last updated 2 years ago
Was this helpful?
Throw exception as if occurs within calling function.
throwAsCaller(MException)
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)
, , .
1.0.0
initial version
Allan CORNET