throwApplicationError function

void throwApplicationError(
  1. Object e
)

Implementation

void throwApplicationError(Object e) {
  throw e;
}