Module

x/alosaur/mod.ts>UnauthorizedError

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

Exception for 401 HTTP error.

Constructors

new
UnauthorizedError(message?: string)

Properties

name: string