throwFormatException<T> function

T throwFormatException<T>(
  1. String msg
)

Implementation

T throwFormatException<T>(String msg) { throw FormatException(msg); }