Throw constructor

Throw(
  1. Exception exception
)

Construct exception

Implementation

Throw(Exception exception) : super((_, __) => throw exception);