ShapefileException.withCause constructor

ShapefileException.withCause(
  1. String msg,
  2. Exception? cause
)

Implementation

ShapefileException.withCause(this.msg, this.cause);