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

x/alosaur/mod.ts>MethodNotAllowedError

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

Exception for todo HTTP error.

Constructors

new
MethodNotAllowedError(message?: string)

Properties

name: string