UNPKG

stackpress

Version:

Incept is a content management framework.

10 lines (9 loc) 388 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Exception_1 = __importDefault(require("@stackpress/lib/Exception")); class StackpressException extends Exception_1.default { } exports.default = StackpressException;