main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
582 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequireDefault").default;
|
---|
4 | exports.__esModule = true;
|
---|
5 | exports.default = void 0;
|
---|
6 | var _JsonPointerError = _interopRequireDefault(require("./JsonPointerError.cjs"));
|
---|
7 | class InvalidJsonPointerError extends _JsonPointerError.default {
|
---|
8 | pointer;
|
---|
9 | constructor(message, structuredOptions) {
|
---|
10 | super(message, structuredOptions);
|
---|
11 | if (typeof structuredOptions !== 'undefined') {
|
---|
12 | this.pointer = structuredOptions.pointer;
|
---|
13 | }
|
---|
14 | }
|
---|
15 | }
|
---|
16 | var _default = exports.default = InvalidJsonPointerError; |
---|
Note:
See
TracBrowser
for help on using the repository browser.