Last updated 2 years ago
Was this helpful?
throw error.
throw(MException)
MException - MException object
throw(MException) throws an exception based on the information contained in the MException object, exception.
ME = MException('nelson:errorId', 'my error') throw(ME)
, , .
1.0.0
initial version
Allan CORNET