Skip to main content
Module

x/alosaur/mod.ts>ForbiddenError

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

Exception for 403 HTTP error.

Constructors

new
ForbiddenError(message?: string)

Properties

name: string