FailureHandler

interface FailureHandler

Strategy for handling a failure that occurs when instantiating a type.

Since

2.7.0

Functions

Link copied to clipboard
abstract fun handleFailure(type: Class<out Any>, implementationName: String, failure: Throwable)
Handle the failure that occurred when instantiating the type that was expected to be of the given typeSupplier.