import { HttpError } from "https://deno.land/x/udibo_react_app@0.2.0/app_server.tsx";
Converts any HttpError like objects into an HttpError. If the object is already an instance of HttpError, it will be returned as is.
x/udibo_react_app/app_server.tsx>HttpError.from
import { HttpError } from "https://deno.land/x/udibo_react_app@0.2.0/app_server.tsx";
Converts any HttpError like objects into an HttpError. If the object is already an instance of HttpError, it will be returned as is.