InjectorAlreadyCommited constructor

InjectorAlreadyCommited(
  1. String injectorTag, [
  2. String message = '',
  3. StackTrace? stackTrace
])

AutoInjecton Exception for Injector Already Commited.
Store all parent classNames message : message of exception
stackTrace : traces of exception
injectorTag : tag of the current injector

Implementation

InjectorAlreadyCommited(
  this.injectorTag, [
  super.message = '',
  super.stackTrace,
]);