ViewModelConstructorNotFoundException

fun ViewModelConstructorNotFoundException(    viewModelClass: Class<*>,     args: Array<out Any>,     throwable: Throwable)

Parameters

viewModelClass

The reference of view model class.

args

The arguments expected in a constructor.

throwable

The original exception.