BaseErrorEvent constructor

const BaseErrorEvent({
  1. required KntException exception,
  2. String? tag,
})

Implementation

const BaseErrorEvent({
  required this.exception,
  super.tag,
});