Panic<E extends Error> constructor

Panic<E extends Error>(
  1. E wrapped,
  2. Type? classLocation,
  3. String? functionLocation,
  4. Map<String, dynamic> monitor,
  5. Map<String, dynamic> debug,
  6. Iterable<Log> histories,
)

Implementation

Panic(this.wrapped, super.classLocation, super.functionLocation, super.monitor, super.debug, super.histories);