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
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET