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

x/alosaur/src/http-error/MethodNotAllowedError.ts>MethodNotAllowedError

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

Exception for todo HTTP error.

Constructors

new
MethodNotAllowedError(message?: string)

Properties

name: string