rethrow
rethrow error.
📝Syntax
rethrow(MException)
📥Input Arguments
Parameter Description
MException MException object
📄Description

rethrow(MException) reissues the error specified by MException.

💡Examples
try 
  a
catch ME
  disp(ME)
  rethrow(ME)
end
🔗See Also
MExceptionthrow
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub