UNPKG

jec-sandcat

Version:

JEC Sandcat - The default RESTful web services framework for GlassCat applications.

9 lines (8 loc) 216 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class SandcatError extends Error { constructor(message) { super(message); } } exports.SandcatError = SandcatError;