UNPKG

@plunk/node

Version:

Official Node.js library for useplunk.com

12 lines (11 loc) 398 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotFoundError = void 0; const PlunkError_1 = require("./PlunkError"); class NotFoundError extends PlunkError_1.PlunkError { constructor(msg = "That resource could not be found") { super(msg); Object.setPrototypeOf(this, NotFoundError.prototype); } } exports.NotFoundError = NotFoundError;