@manuth/exceptions
Version:
Provides lightweight versions of the most important exceptions from Microsoft's .NET
9 lines • 531 B
JavaScript
export { ArgumentException } from "./ArgumentException.js";
export { CultureNotFoundException } from "./CultureNotFoundException.js";
export { Exception } from "./Exception.js";
export { FileNotFoundException } from "./FileNotFoundException.js";
export { IOException } from "./IOException.js";
export { KeyNotFoundException } from "./KeyNotFoundException.js";
export { TimeoutException } from "./TimeoutException.js";
export { UnauthorizedAccessException } from "./UnauthorizedAccessException.js";
//# sourceMappingURL=index.js.map