TffException constructor

TffException(
  1. String statusCode
)

Implementation

TffException(String statusCode) {
  _statusCode = statusCode;
}