package.es.index.mjs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apidom-error Show documentation
Show all versions of apidom-error Show documentation
Backward compatible custom ApiDOM errors with causes.
The newest version!
// base error classes
export { default as ApiDOMError } from "./ApiDOMError.mjs";
export { default as ApiDOMAggregateError } from "./ApiDOMAggregateError.mjs";
export { default as ApiDOMStructuredError } from "./ApiDOMStructuredError.mjs";
// generic custom error classes
export { default as UnsupportedOperationError } from "./UnsupportedOperationError.mjs";
export { default as NotImplementedError } from "./NotImplementedError.mjs";