CaptureModeException

class CaptureModeException(expectedCaptureMode: CaptureMode, message: String = "Capture mode must be ") : Exception

Constructors

Link copied to clipboard
constructor(expectedCaptureMode: CaptureMode, message: String = "Capture mode must be ")

Properties

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