PackageNotFoundException constructor

const PackageNotFoundException(
  1. String packageName
)

Creates a new PackageNotFoundException.

Implementation

const PackageNotFoundException(String packageName) : super('Package not found: $packageName', 'PACKAGE_NOT_FOUND');