toggle menu
Smithy Kotlin
1.0.7
common
jvm
switch theme
runtime-core
/
aws.smithy.kotlin.runtime.io
/
EOFException
EOFException
common
jvm
expect
open
class
EOFException
(
message
:
String
?
)
:
IOException
actual
typealias
EOFException
=
java.io.EOFException
Members
Constructors
EOFException
Link copied to clipboard
expect
constructor
(
)
expect
constructor
(
message
:
String
?
)