4 lines
58 B
Swift
4 lines
58 B
Swift
|
|
enum MyException : ErrorType {
|
||
|
|
case TerribleException
|
||
|
|
}
|