UNPKG

@tsdotnet/exceptions

Version:

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/tsdotnet/exceptions/blob/master/LICENSE) ![npm-publish](https://github.com/tsdotnet/exceptions/workflows/npm-publish/badge.svg) [![npm version](htt

14 lines (10 loc) 680 B
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