MyAsyncUncaughtExceptionHandler

class MyAsyncUncaughtExceptionHandler: Any

Fields

Name Description
val submissionRepository: SubmissionRepository

Constructors

<init>

constructor(submissionRepository: SubmissionRepository)

Parameters

Name Description
submissionRepository: SubmissionRepository

Methods

handleUncaughtException

fun handleUncaughtException(ex: Throwable?, method: Method?, vararg params: Any?)

Parameters

Name Description
ex: Throwable?
method: Method?
vararg params: Any?

ReturnValue

Name Description
Unit