BeanNotFoundException constructor

BeanNotFoundException(
  1. Type type, {
  2. String? qualifier,
})

Implementation

BeanNotFoundException(this.type, {this.qualifier})
    : super(_createMessage(type, qualifier));