MissingFeatureException constructor

MissingFeatureException(
  1. String message
)

Implementation

MissingFeatureException(this.message) {
  container.use<DebuggerService>()
    .debug(message);
}