do { try division(numerator: 10, denominator: 0) ... } catch DivisionError.dividedByZero { // statement }