HtpioError constructor
HtpioError(
- String message, {
- int? statusCode,
- StackTrace? stackTrace,
- dynamic originalError,
Implementation
HtpioError(
this.message, {
this.statusCode,
this.stackTrace,
this.originalError,
});