UNPKG

@dgks/core

Version:

Core implementation for @dgks packages

11 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceError = void 0; class ServiceError extends Error { constructor() { super(...arguments); this.name = 'ServiceError'; } } exports.ServiceError = ServiceError; //# sourceMappingURL=service.error.js.map