UNPKG

311 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3class NonFatalError extends Error {
4 constructor(message) {
5 super(message);
6 Object.setPrototypeOf(this, new.target.prototype);
7 }
8}
9exports.NonFatalError = NonFatalError;
10//# sourceMappingURL=NonFatalError.js.map
\No newline at end of file