Throws constructor

const Throws(
  1. Array<KClass<Throwable>> exceptionClasses
)

This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.

Implementation

const Throws(this.exceptionClasses);