ExplicitThrowReturn

data class ExplicitThrowReturn(exceptionType: Type?) : ExplicitReturn

'throw'

Constructors

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

Properties

exceptionType
Link copied to clipboard
val exceptionType: Type?