Module

x/abc/http_exception.ts>TeapotException

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

Constructors

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