UNPKG

@accounter/server

Version:

11 lines 305 B
import { GraphQLError } from 'graphql'; export class LedgerLockError extends GraphQLError { constructor() { super('Cannot adjust locked ledger records', { extensions: { code: 'LEDGER_LOCK_ERROR', }, }); } } //# sourceMappingURL=errors.js.map