InstantiationError(ReflectiveInjector injector, originalException, originalStack, ReflectiveKey key)

Source

InstantiationError(ReflectiveInjector injector, originalException,
    originalStack, ReflectiveKey key)
    : super("DI Exception", originalException, originalStack, null) {
  this.keys = [key];
  this.injectors = [injector];
}