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

x/abc/http_exception.ts>MethodNotAllowedException

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

Constructors

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