const classafBedSheet::HttpStatusErr

sys::Obj
  sys::Err
    afBedSheet::ReProcessErr
      afBedSheet::HttpStatusErr

Throw to process / handle the wrapped HttpStatus object. Often used to return a 404 to the client, example:

throw HttpStatusErr(404, "Page not found")
make

Source

new make(Int statusCode, Str statusMsg := ..., Err? cause := null)