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