UNPKG

@jescrich/urn

Version:
11 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidUrnError = void 0; class InvalidUrnError extends Error { constructor(message) { super(message); this.name = "InvalidUrnError"; } } exports.InvalidUrnError = InvalidUrnError; //# sourceMappingURL=invalid.urn.js.map