4 lines
60 B
Swift
4 lines
60 B
Swift
|
|
func foo() throws {
|
||
|
|
throw MyException.TerribleException
|
||
|
|
}
|