Skip to main content
Module

x/airbag/mod.ts>InternalServerError

A simple solution to error handling in oak
Latest
class InternalServerError
extends HttpError
import { InternalServerError } from "https://deno.land/x/airbag@0.4/mod.ts";

Constructors

new
InternalServerError(message?: string, options?: ErrorOptions)