ThrowsInfo

data class ThrowsInfo(val exceptions: List<APIException<*, *>>) : ThrowInfoProvider(source)

Constructors

Link copied to clipboard
constructor(exceptions: List<APIException<*, *>>)

Properties

Link copied to clipboard
open override val exceptions: List<APIException<*, *>>
Link copied to clipboard