throwAsCaller
Lancer une exception comme si elle se produisait dans la fonction appelante.
📝Syntaxe
throwAsCaller(MException)
📥Arguments d'entrée
Paramètre Description
MException objet MException
📄Description

Elle lance une exception comme si elle se produisait dans la fonction appelante.

💡Exemples
function test_throwAsCaller()
  ME = MException('n:m', 'your error')
  throwAsCaller(ME)
🔗Voir aussi
MExceptionrethrowthrow
🕔Historique des versions
Version Description
1.0.0 version initiale
Modifier cette page sur GitHub