ApiTransportException constructor

const ApiTransportException(
  1. ApiTransportErrorCode code,
  2. String message
)

Implementation

const ApiTransportException(this.code, this.message);