에러

Invalid conversion from throwing function of type '(Data) throws -> Void' to non-throwing function type '(Data) -> Void'

우주먼지쪼가리 2022. 9. 17. 10:28
반응형
do {
              
                
            } catch {
                print("JSONSerialization error:", error)
            }

do try catch문 사용.

반응형