@kcutils/gatsby-plugin-intl
Version:
gatsby plugin with support react-intl
9 lines • 567 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InvalidInputError = exports.InvalidInputState = void 0;
var error_1 = require("@kcutils/error");
// eslint-disable-next-line @typescript-eslint/naming-convention
exports.InvalidInputState = new error_1.ThrowState(error_1.ThrowStateType.ERROR, 100, "InvalidInput");
// eslint-disable-next-line @typescript-eslint/naming-convention
exports.InvalidInputError = error_1.Throwable.fn(exports.InvalidInputState, "Cannot create %s because %s is invalid");
//# sourceMappingURL=error.js.map