ModelNotProvidedException

class ModelNotProvidedException(message: String? = null, cause: Throwable? = null) : Exception(source)

Constructors

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