mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
12 lines
225 B
Swift
12 lines
225 B
Swift
//
|
|
// StringEncodingError.swift
|
|
// NWHTTPServer
|
|
//
|
|
// Copyright © 2020 ZeeZide GmbH. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public struct StringEncodingError : Swift.Error {
|
|
public let encoding : String.Encoding
|
|
}
|