FundefException

class FundefException(message: String, cause: Throwable? = null) : TegralDiException

Exception type for anything that has to do with fundefs.

Constructors

Link copied to clipboard
fun FundefException(message: String, cause: Throwable? = null)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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