Chamada de função usando a palavra -chave try 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)