All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.cjs.errors.InvalidJsonPointerError.cjs Maven / Gradle / Ivy

The newest version!
"use strict";

var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault").default;
exports.__esModule = true;
exports.default = void 0;
var _JsonPointerError = _interopRequireDefault(require("./JsonPointerError.cjs"));
class InvalidJsonPointerError extends _JsonPointerError.default {
  pointer;
  constructor(message, structuredOptions) {
    super(message, structuredOptions);
    if (typeof structuredOptions !== 'undefined') {
      this.pointer = structuredOptions.pointer;
    }
  }
}
var _default = exports.default = InvalidJsonPointerError;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy