Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fast/server/context.ts>ServerError

Small web framework with near-native performance.
Go to Latest
class ServerError
extends Error
import { ServerError } from "https://deno.land/x/fast@3.6.0/server/context.ts";

Constructors

new
ServerError(
status: number,
message?: string,
init?: ResponseInit,
)

Properties

expose: boolean