Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alosaur/mod.ts>ForbiddenError

Alosaur - Deno web framework with many decorators
Go to Latest
class ForbiddenError
extends HttpError
import { ForbiddenError } from "https://deno.land/x/alosaur@v0.30.0/mod.ts";

Exception for 403 HTTP error.

Constructors

new
ForbiddenError(message?: string)

Properties

name: string