public ComponentNotFoundException(message as String = "Component not found"):
Creates a failed component lookup diagnostic.
| Parameter | Description |
|---|---|
message | Description of the missing component or dependency. |
error = ComponentNotFoundException("Component not found: database")
assert error.message == "Component not found: database"