AppException constructor

AppException(
  1. int _code,
  2. String _message
)

Implementation

AppException(
  this._code,
  this._message,
);