UNPKG

@tsed/common

Version:
12 lines 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResourceNotFound = void 0; const exceptions_1 = require("@tsed/exceptions"); class ResourceNotFound extends exceptions_1.NotFound { constructor(url) { super(`Resource "${url}" not found`); this.url = url; } } exports.ResourceNotFound = ResourceNotFound; //# sourceMappingURL=ResourceNotFound.js.map