RosettaCodeData/Task/Exceptions/Swift/exceptions-2.swift

4 lines
60 B
Swift

func foo() throws {
throw MyException.TerribleException
}