@adonisjs/generic-exceptions
Version:
List of generic exceptions to be used in all other repos
11 lines (10 loc) • 568 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var node_exceptions_1 = require("node-exceptions");
exports.DomainException = node_exceptions_1.DomainException;
exports.HttpException = node_exceptions_1.HttpException;
exports.InvalidArgumentException = node_exceptions_1.InvalidArgumentException;
exports.RangeException = node_exceptions_1.RangeException;
exports.LogicalException = node_exceptions_1.LogicalException;
var RuntimeException_1 = require("./RuntimeException");
exports.RuntimeException = RuntimeException_1.RuntimeException;