ApiSocketException constructor

const ApiSocketException(
  1. Object exception,
  2. StackTrace trace, [
  3. RequestBuilder? builder
])

Implementation

const ApiSocketException(this.exception, StackTrace trace,
    [RequestBuilder? builder])
    : super(exception, trace, builder);