ServiceNotFoundException<T> constructor

const ServiceNotFoundException<T>(
  1. String message
)

Creates a new instance of ServiceNotFoundException

Implementation

const ServiceNotFoundException(this.message);