@tsdotnet/exceptions
Version:
[](https://github.com/tsdotnet/exceptions/blob/master/LICENSE)  [ • 680 B
JavaScript
import Exception from './Exception.js';
export { default as SystemException } from './SystemException.js';
export { default as ArgumentException } from './ArgumentException.js';
export { default as ArgumentNullException } from './ArgumentNullException.js';
export { default as ArgumentOutOfRangeException } from './ArgumentOutOfRangeException.js';
export { default as InvalidOperationException } from './InvalidOperationException.js';
export { default as NotImplementedException } from './NotImplementedException.js';
export { default as NullReferenceException } from './NullReferenceException.js';
export { Exception, Exception as default };
//# sourceMappingURL=index.js.map