MissingDependencyException

class MissingDependencyException(errorCode: ErrorCode, message: String, throwable: Throwable? = null) : ExitProgramException(source)

Constructors

Link copied to clipboard
constructor(errorCode: ErrorCode, message: String, throwable: Throwable? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

The error code associated with this exception, indicating the type of error that occurred.

Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard
open override fun toString(): String