Ktor
Toggle table of contents
3.3.x
Select version
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
common
Target filter
common
Switch theme
Search in API
Skip to content
Ktor
ktor-client-webrtc
/
io.ktor.client.webrtc
/
DefaultExceptionHandler
Default
Exception
Handler
class
DefaultExceptionHandler
(
name
:
String
)
:
CoroutineExceptionHandler
(
source
)
Default coroutine exception handler that logs all errors except of
CancellationException
.
Members
Constructors
Default
Exception
Handler
Link copied to clipboard
constructor
(
name
:
String
)
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
handle
Exception
Link copied to clipboard
open
override
fun
handleException
(
context
:
CoroutineContext
,
exception
:
Throwable
)
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext