EUpdateError constructor
EUpdateError()
Implementation
EUpdateError(String nativeError, this.context, this.errorCode,
this.previousError, this.originalException)
: super(formatMsg(nativeError, [context]));
EUpdateError(String nativeError, this.context, this.errorCode,
this.previousError, this.originalException)
: super(formatMsg(nativeError, [context]));