Module

x/abc/http_exception.ts>ForbiddenException

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

Constructors

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