Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/abc/mod.ts>UnauthorizedException

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

Constructors

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