@tsdotnet/exceptions
Version:
[](https://github.com/tsdotnet/exceptions/blob/master/LICENSE) [](https://www.npm
11 lines (10 loc) • 706 B
TypeScript
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;