toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
ExceptionHandler
Exception
Handler
class
ExceptionHandler
(
val
errorFile
:
File
,
val
onError
:
(
)
->
Unit
)
:
Thread.UncaughtExceptionHandler
(
source
)
Members
Constructors
Exception
Handler
Link copied to clipboard
constructor
(
errorFile
:
File
,
onError
:
(
)
->
Unit
)
Properties
error
File
Link copied to clipboard
val
errorFile
:
File
on
Error
Link copied to clipboard
val
onError
:
(
)
->
Unit
Functions
uncaught
Exception
Link copied to clipboard
open
override
fun
uncaughtException
(
thread
:
Thread
,
error
:
Throwable
)