AutoInjectorException constructor

AutoInjectorException(
  1. String message, [
  2. StackTrace? stackTrace
])

AutoInjection Exception with ToString auto configured

Implementation

AutoInjectorException(this.message, [this.stackTrace]);