/** * Gas-Free Errors - Public Exports * * @module features/gas-free/errors */ // Base error and codes export { GasFreeError, GasFreeErrorCode } from './GasFreeError'; // Specific errors export { QuoteExpiredError } from './QuoteExpiredError'; export { ServiceUnavailableError } from './ServiceUnavailableError'; export { InvalidPSBTError } from './InvalidPSBTError'; export { ConsignmentVerificationError } from './ConsignmentVerificationError';