Throw constructor
Throw(
- Exception exception
Construct exception
Implementation
Throw(Exception exception) : super((_, __) => throw exception);
Construct exception
Throw(Exception exception) : super((_, __) => throw exception);