UNPKG

net-exceptions

Version:

Provides lightweight versions of the most important exceptions from Microsoft's .NET

19 lines 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ArgumentException_1 = require("./ArgumentException"); exports.ArgumentException = ArgumentException_1.ArgumentException; var CultureNotFoundException_1 = require("./CultureNotFoundException"); exports.CultureNotFoundException = CultureNotFoundException_1.CultureNotFoundException; var Exception_1 = require("./Exception"); exports.Exception = Exception_1.Exception; var FileNotFoundException_1 = require("./FileNotFoundException"); exports.FileNotFoundException = FileNotFoundException_1.FileNotFoundException; var IOException_1 = require("./IOException"); exports.IOException = IOException_1.IOException; var KeyNotFoundException_1 = require("./KeyNotFoundException"); exports.KeyNotFoundException = KeyNotFoundException_1.KeyNotFoundException; var TimeoutException_1 = require("./TimeoutException"); exports.TimeoutException = TimeoutException_1.TimeoutException; var UnauthorizedAccessException_1 = require("./UnauthorizedAccessException"); exports.UnauthorizedAccessException = UnauthorizedAccessException_1.UnauthorizedAccessException; //# sourceMappingURL=index.js.map