Appel de fonction à l'aide d'essayer le mot-clé Swift
// call throwing function using try keyword
try division(numerator: 10, denominator: 0)
SAMER SAEID
// call throwing function using try keyword
try division(numerator: 10, denominator: 0)