EmptyParameterException constructor

EmptyParameterException(
  1. String message
)

Implementation

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