Skip to main content
Module

x/abc/mod.ts>UnauthorizedException

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

Constructors

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