LensException

class LensException : Exception

Occurs when Lens points to non-existing element.

Constructors

LensException
Link copied to clipboard
common
fun LensException()

Properties

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