throwErr method

Never throwErr(
  1. E err
)

Throws an error of type E

Implementation

Never throwErr(E err) {
  throw err;
}