UNPKG

@kerthin/domain

Version:
10 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Exception = void 0; class Exception extends Error { constructor(message) { super(message); } } exports.Exception = Exception; //# sourceMappingURL=exception.js.map