//okhttp/okhttp3/ProtocolException
ProtocolException¶
[common]\ expect class ProtocolException(message: String) : IOException
[nonJvm]\ actual class ProtocolException(message: String) : IOException
[jvm]\ actual typealias ProtocolException = ProtocolException
Constructors¶
ProtocolException | [common] expect fun ProtocolException(message: String) [nonJvm] actual fun ProtocolException(message: String) |