Skip to main content
Module

x/abc/http_exception.ts>createHttpExceptionBody

A better Deno framework to create web application.
Latest
function createHttpExceptionBody
import { createHttpExceptionBody } from "https://deno.land/x/abc@v1.3.3/http_exception.ts";

Parameters

message: string
optional
error: string
optional
statusCode: number

Type Parameters

T extends Record<string, any>