Module

x/abc/mod.ts>InternalServerErrorException

A better Deno framework to create web application.
Go to Latest
class InternalServerErrorException
extends HttpException
import { InternalServerErrorException } from "https://dotland.deno.dev/x/abc@v1.2.6/mod.ts";

Constructors

new
InternalServerErrorException(message?: string | Record<string, any> | any, error?)