@tsdotnet/exceptions
Version:
[](https://github.com/tsdotnet/exceptions/blob/master/LICENSE)  [ • 682 B
TypeScript
import Exception from './Exception';
import SystemException from './SystemException';
import ArgumentException from './ArgumentException';
import ArgumentNullException from './ArgumentNullException';
import ArgumentOutOfRangeException from './ArgumentOutOfRangeException';
import InvalidOperationException from './InvalidOperationException';
import NotImplementedException from './NotImplementedException';
import NullReferenceException from './NullReferenceException';
export { Exception, SystemException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, NullReferenceException };
export default Exception;