main
Last change
on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
435 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | // base error classes
|
---|
| 2 | export { default as ApiDOMError } from "./ApiDOMError.mjs";
|
---|
| 3 | export { default as ApiDOMAggregateError } from "./ApiDOMAggregateError.mjs";
|
---|
| 4 | export { default as ApiDOMStructuredError } from "./ApiDOMStructuredError.mjs";
|
---|
| 5 | // generic custom error classes
|
---|
| 6 | export { default as UnsupportedOperationError } from "./UnsupportedOperationError.mjs";
|
---|
| 7 | export { default as NotImplementedError } from "./NotImplementedError.mjs"; |
---|
Note:
See
TracBrowser
for help on using the repository browser.