일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- url
- Xcode
- Method
- Foundation
- enum
- init
- Class
- 이니셜라이저
- instance
- interpace
- Protocol
- property
- 디자인패턴
- IOS
- delegate
- optional
- String
- initalizer
- Git
- 코딩테스트
- type
- Swift
- initializer
- tuist
- Terminal
- 스위프트
- extension
- UIKit
- Unicode
- struct
Archives
- Today
- Total
목록Throw (1)
아리의 iOS 탐구생활
[Swift] 오류처리(Error Handling)는 어떻게 할까?
🔍 try do-catch Error Handling — The Swift Programming Language (Swift 5.5) Error Handling Error handling is the process of responding to and recovering from error conditions in your program. Swift provides first-class support for throwing, catching, propagating, and manipulating recoverable errors at runtime. Some operations aren docs.swift.org 오류처리(Error Handling)는 프로그램이 오류를 일으켰을 때 감지하고 복구하는 프로..
Swift/문법
2021. 8. 25. 16:00