/** * This package contains helpers for identifying custom program errors. It can be used standalone, * but it is also exported as part of Kit * [`@solana/kit`](https://github.com/anza-xyz/kit/tree/main/packages/kit). * * @packageDocumentation */ export * from './program-error';