ParrotNamedProviderNotFoundException constructor

const ParrotNamedProviderNotFoundException(
  1. Object name,
  2. Module module
)

Creates a new ParrotNamedProviderNotFoundException instance.

Implementation

const ParrotNamedProviderNotFoundException(this.name, this.module);