AtClientException constructor

AtClientException(
  1. dynamic errorCode,
  2. dynamic message
)

The default constructor to preserve the backward compatibility.

Implementation

AtClientException(errorCode, message) : super(message);