Module

x/alosaur/mod.ts>InternalServerError

Alosaur - Deno web framework with many ES Decorators
Very Popular
Latest
class InternalServerError
extends HttpError
import { InternalServerError } from "https://dotland.deno.dev/x/alosaur@v1.1.1/mod.ts";

Exception for 500 HTTP error.

Constructors

new
InternalServerError(message: string)

Properties

name: string