Throws constructor

const Throws(
  1. List<Type> thrown
)

Creates a Throws with the given exceptions.

Implementation

const Throws(List<Type> thrown);