AppException constructor

AppException([
  1. dynamic _error,
  2. dynamic _prefix
])

Implementation

AppException([this._error, this._prefix]);