ParrotProviderNotFoundException constructor

const ParrotProviderNotFoundException(
  1. Provider provider,
  2. Module module
)

Creates a new ParrotProviderNotFoundException instance.

Implementation

const ParrotProviderNotFoundException(this.provider, this.module);