@manuth/exceptions
Version:
Provides lightweight versions of the most important exceptions from Microsoft's .NET
9 lines (8 loc) • 498 B
TypeScript
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";