HttpException constructor
HttpException(
- String message
Implementation
HttpException(this.message) {
container.use<DebuggerService>()
.debug(message);
}
HttpException(this.message) {
container.use<DebuggerService>()
.debug(message);
}