InternalError

class InternalError(val message: String, val e: Exception? = null) : Error

Report this kind of error to VidSnapKit developer

Constructors

Link copied to clipboard
fun InternalError(message: String, e: Exception? = null)

Properties

Link copied to clipboard
val e: Exception? = null
Link copied to clipboard
val message: String? = null