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

VersionDescription

1.0.0

initial version

Author

Allan CORNET

Last updated