ServiceContainerException constructor

ServiceContainerException({
  1. required Type type,
  2. String? name,
  3. String? message,
})

Implementation

ServiceContainerException({required this.type, this.name, this.message});