PackageNotFoundError constructor

PackageNotFoundError(
  1. String message
)

Creates a new PackageNotFoundError with the given message.

Implementation

PackageNotFoundError(this.message);