AbortException constructor

AbortException(
  1. Response response
)

Creates a new AbortException with the given response.

Implementation

AbortException(this.response);