UNPKG

@fabrix/spool-tapestries

Version:

Spool - Tapestries, Easy RESTful Services

15 lines (14 loc) 468 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class TapestryServiceNotInstalledError extends RangeError { constructor() { super(` The orm spool installed does not contain a TapestryService. Please check the orm and that it supports Tapestries. `); } get name() { return 'TapestryServiceNotInstalledError'; } } exports.TapestryServiceNotInstalledError = TapestryServiceNotInstalledError;