NoSuchALibraryException

class NoSuchALibraryException(message: String? = null, cause: Throwable? = null) : LibraryException

Constructors

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