UNPKG

@baqhub/sdk-react

Version:

The official React SDK for the BAQ federated app platform.

11 lines (10 loc) 366 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InvalidActionError = void 0; const sdk_1 = require("@baqhub/sdk"); class InvalidActionError extends sdk_1.CustomError { constructor(state, action) { super("Invalid action: " + JSON.stringify({ state, action })); } } exports.InvalidActionError = InvalidActionError;