unobservedException

abstract fun unobservedException(t: Task<out Any>, e: UnobservedTaskException)

Method invoked when the given task has an unobserved exception.

Any exception thrown by this method will be ignored.

Parameters

t

the task

e

the exception