BaseErrorState constructor

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

Implementation

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