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

x/replcraft/lib/error.ts>CraftRequestError

A library to control special structures on the ReplCraft Minecraft server
Latest
class CraftRequestError
extends CraftError
import { CraftRequestError } from "https://deno.land/x/replcraft@v1.1.0/lib/error.ts";

An error occured with one of the requests to ReplCraft

Constructors

new
CraftRequestError(action: string, message: string)