Skip to main content
Module

x/alosaur/mod.ts>InternalServerError

Alosaur - Deno web framework with many decorators
Very Popular
Go to Latest
class InternalServerError
extends HttpError
import { InternalServerError } from "https://deno.land/x/alosaur@v0.37.0/mod.ts";

Exception for 500 HTTP error.

Constructors

new
InternalServerError(message: string)

Properties

name: string