[RxSwift] 11. Time-Based Operators (delay, time out)

Untitled

.catch { error in
		if case .timeout = error as? RxError {
		}
}