rethrow

rethrow error.

📝 Syntax

  • rethrow(MException)

📥 Input argument

  • MException - MException object

📄 Description

rethrow(MException) reissues the error specified by MException.

💡 Example


try
  a
catch ME
  disp(ME)
  rethrow(ME)
end

🔗 See also

MException, throw.

🕔 History

Version
📄 Description

1.0.0

initial version

Last updated

Was this helpful?