function notImplemented
Since 0.1.0
notImplemented(message: string): HttpError

Creates a 501 Not Implemented error.

Parameters

message: string

Human-readable error message

Return Type

Usage

import { notImplemented } from "exceptions/src/index.ts";