AppException constructor

AppException(
  1. int errCode,
  2. String message
)

Implementation

AppException(this.errCode, this.message);