TryError<T> constructor

TryError<T>(
  1. AppError _error
)

Implementation

TryError(this._error):super._();