AppExceptions constructor

AppExceptions(
  1. String _message,
  2. String code
)

Implementation

AppExceptions(this._message, this.code) : super(code);