InvalidCidError constructor

InvalidCidError(
  1. String message
)

Returns the new instance of InvalidCidError.

Implementation

InvalidCidError(this.message);