ProviderException constructor

ProviderException({
  1. required Type type,
  2. String? message,
  3. StackTrace? trace,
})

Generic constructor.

Implementation

ProviderException({required this.type, this.message, this.trace});