HtpioError constructor

HtpioError(
  1. String message, {
  2. int? statusCode,
  3. StackTrace? stackTrace,
  4. dynamic originalError,
})

Implementation

HtpioError(
  this.message, {
  this.statusCode,
  this.stackTrace,
  this.originalError,
});