9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
![]() |
[source,swift]
|
||
|
----
|
||
|
do {
|
||
|
try loadImage(imagePath)
|
||
|
} catch { // Noncompliant
|
||
|
throw error
|
||
|
}
|
||
|
----
|