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

4 lines
58 B
Swift

enum MyException : ErrorType {
case TerribleException
}