abort method

void abort(
  1. Response res
)

Implementation

void abort(Response res) {
  throw AbortException(res);
}