net-exceptions
Version:
Provides lightweight versions of the most important exceptions from Microsoft's .NET
9 lines (8 loc) • 482 B
TypeScript
export { ArgumentException } from "./ArgumentException";
export { CultureNotFoundException } from "./CultureNotFoundException";
export { Exception } from "./Exception";
export { FileNotFoundException } from "./FileNotFoundException";
export { IOException } from "./IOException";
export { KeyNotFoundException } from "./KeyNotFoundException";
export { TimeoutException } from "./TimeoutException";
export { UnauthorizedAccessException } from "./UnauthorizedAccessException";