MeshException constructor

MeshException(
  1. String code,
  2. String message,
  3. String cause
)

Implementation

MeshException(this.code, this.message, this.cause);