UNPKG

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