@pallad/common-errors
Version:
Common domain errors
16 lines (15 loc) • 711 B
JavaScript
;
/**
* @file Automatically generated by barrelsby.
*/
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./ApplicationError"), exports);
tslib_1.__exportStar(require("./AuthenticationError"), exports);
tslib_1.__exportStar(require("./AuthorizationError"), exports);
tslib_1.__exportStar(require("./BaseError"), exports);
tslib_1.__exportStar(require("./ConflictError"), exports);
tslib_1.__exportStar(require("./InternalError"), exports);
tslib_1.__exportStar(require("./LimitExceededError"), exports);
tslib_1.__exportStar(require("./NotFoundError"), exports);
tslib_1.__exportStar(require("./TimeoutError"), exports);