throwAsCaller
Throw exception as if occurs within calling function.
📝Syntax
throwAsCaller(MException)
📥Input Arguments
Parameter Description
MException MException object
📄Description

It throws an exception as if it occurs within the calling function.

💡Examples
function test_throwAsCaller()
  ME = MException('n:m', 'your error')
  throwAsCaller(ME)
🔗See Also
MExceptionrethrowthrow
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub