UNPKG

extendo-error

Version:

Safely and simply extend native Error with prototype chaining support

5 lines (4 loc) 205 B
import ChildError from "./child-error"; import AnotherChildError from "./another-child-error"; import GrandChildError from "./grand-child-error"; export { ChildError, AnotherChildError, GrandChildError };