InvalidBeanConfigurationException constructor

InvalidBeanConfigurationException(
  1. Type type,
  2. String message, {
  3. String? beanName,
})

Implementation

InvalidBeanConfigurationException(this.type, String message, {this.beanName})
    : super(_createMessage(type, message, beanName));