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