HttpException constructor

HttpException(
  1. String message
)

Implementation

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