InterceptorError constructor

InterceptorError(
  1. String errorCode,
  2. ValueCallbackError callback
)

Implementation

InterceptorError(this.errorCode, this.callback);