ExplicitThrowReturn

data class ExplicitThrowReturn(val exceptionType: Type?) : ExplicitReturn

'throw'

Constructors

Link copied to clipboard
fun ExplicitThrowReturn(exceptionType: Type?)

Properties

Link copied to clipboard
val exceptionType: Type?