UNPKG

@neylion/exceptions

Version:

Exceptions commonly used within ney projects

17 lines (16 loc) 774 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } Object.defineProperty(exports, "__esModule", { value: true }); __export(require("./getResponseFriendlyException")); __export(require("./exceptions/AssertionFailedException")); __export(require("./exceptions/BusinessRuleException")); __export(require("./exceptions/Exception")); __export(require("./exceptions/FaultyConfigException")); __export(require("./exceptions/NotFoundException")); __export(require("./exceptions/ResourceException")); __export(require("./exceptions/ServiceContractException")); __export(require("./exceptions/TimeoutException")); __export(require("./exceptions/TryAgainException")); __export(require("./exceptions/UnauthorizedException"));