source: node_modules/@swagger-api/apidom-error/es/index.mjs@ d24f17c

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: 435 bytes
Line 
1// base error classes
2export { default as ApiDOMError } from "./ApiDOMError.mjs";
3export { default as ApiDOMAggregateError } from "./ApiDOMAggregateError.mjs";
4export { default as ApiDOMStructuredError } from "./ApiDOMStructuredError.mjs";
5// generic custom error classes
6export { default as UnsupportedOperationError } from "./UnsupportedOperationError.mjs";
7export { default as NotImplementedError } from "./NotImplementedError.mjs";
Note: See TracBrowser for help on using the repository browser.