ServiceLocatorException

class ServiceLocatorException(message: String, val key: Key<*>) : Exception

Constructors

Link copied to clipboard
constructor(message: String, key: Key<*>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val key: Key<*>
Link copied to clipboard
open val message: String?