Not Found Exception
class NotFoundException(val key: DI.Key<*, *, *>, message: String) : RuntimeException
Content copied to clipboard
Exception thrown when asked for a dependency that cannot be found.
Exception thrown when asked for a dependency that cannot be found.