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 version](https://img.shields.io/npm/v/@tsdotnet/exceptions.svg?style=flat-square)](https://www.npm

11 lines (10 loc) 706 B
import Exception from './Exception.js'; import SystemException from './SystemException.js'; import ArgumentException from './ArgumentException.js'; import ArgumentNullException from './ArgumentNullException.js'; import ArgumentOutOfRangeException from './ArgumentOutOfRangeException.js'; import InvalidOperationException from './InvalidOperationException.js'; import NotImplementedException from './NotImplementedException.js'; import NullReferenceException from './NullReferenceException.js'; export { Exception, SystemException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, NullReferenceException }; export default Exception;