package.es.errors.JsonPointerError.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-json-pointer Show documentation
Show all versions of apidom-json-pointer Show documentation
Evaluate JSON Pointer expressions against ApiDOM.
The newest version!
import { ApiDOMStructuredError } from '@swagger-api/apidom-error';
class JsonPointerError extends ApiDOMStructuredError {}
export default JsonPointerError;