Module

x/abc/mod.ts>ServiceUnavailableException

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

Constructors

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