ktor-http
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-http
ktor-http
/
io.ktor.http
/
URLDecodeException
URLDecode
Exception
class
URLDecodeException
(
message
:
String
)
:
Exception
(
source
)
URL decoder exception
Report a problem
Members
Constructors
URLDecode
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?