WrappedCodableException constructor

WrappedCodableException(
  1. String method,
  2. String hint,
  3. Object error
)

Implementation

WrappedCodableException(this.method, this.hint, this.error);