Skip to main content
Module

x/alosaur/src/http-error/MethodNotAllowedError.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.9.0/src/http-error/MethodNotAllowedError.ts";

Exception for todo HTTP error.

Constructors

new
MethodNotAllowedError(message?: string)

Properties

name: string