import { createCustomErrorClass } from "@ledgerhq/errors";

export const StacksMemoTooLong = createCustomErrorClass("StacksMemoTooLong");
