UNPKG

367 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class NotFoundError extends Error {
4 constructor(error) {
5 super(error);
6 // Set the prototype explicitly for some reason.
7 Object.setPrototypeOf(this, NotFoundError.prototype);
8 }
9}
10exports.NotFoundError = NotFoundError;
11//# sourceMappingURL=NotFoundError.js.map
\No newline at end of file