klyn.di.ComponentNotFoundException.ComponentNotFoundException
constructor
public ComponentNotFoundException(message as String = "Component not found"):
Description

Creates a failed component lookup diagnostic.

Parameters
ParameterDescription
messageDescription of the missing component or dependency.
Example
error = ComponentNotFoundException("Component not found: database")
assert error.message == "Component not found: database"