DependencyNotFoundException

Exception thrown when attempting to access a dependency with key dependencyKey that could not be found during the execution of a computation.

Constructors

Link copied to clipboard
constructor(dependencyKey: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Key of the dependency as defined in the computation.

Link copied to clipboard
open val message: String?