DependencyLoopException

class DependencyLoopException : RuntimeException

Exception thrown when there is a dependency loop.

Parameters

message

The message of the exception.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?