UNPKG

568 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var node_exceptions_1 = require("node-exceptions");
4exports.DomainException = node_exceptions_1.DomainException;
5exports.HttpException = node_exceptions_1.HttpException;
6exports.InvalidArgumentException = node_exceptions_1.InvalidArgumentException;
7exports.RangeException = node_exceptions_1.RangeException;
8exports.LogicalException = node_exceptions_1.LogicalException;
9var RuntimeException_1 = require("./RuntimeException");
10exports.RuntimeException = RuntimeException_1.RuntimeException;