fromApiException static method
Implementation
static InternalException<ApiException> fromApiException({
required ApiException param,
}) =>
InternalException(code: otaApiError, param: param);
static InternalException<ApiException> fromApiException({
required ApiException param,
}) =>
InternalException(code: otaApiError, param: param);