UNPKG

@stellar/stellar-sdk

Version:

A library for working with the Stellar network, including communication with the Horizon and Soroban RPC servers.

8 lines (5 loc) 156 B
import { NetworkError } from './network.js'; class NotFoundError extends NetworkError { } export { NotFoundError }; //# sourceMappingURL=not_found.js.map