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

x/deno/std/textproto/mod.ts>ProtocolError

A modern runtime for JavaScript and TypeScript.
Go to Latest
class ProtocolError
extends Error
import { ProtocolError } from "https://deno.land/x/deno@v0.28.0/std/textproto/mod.ts";

Constructors

new
ProtocolError(msg: string)