Module

x/abc/http_exception.ts>GatewayTimeoutException

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

Constructors

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