Home Manual Reference Source

src/StopIteration.js

/**
 * Error thrown by {@link next} when the input iterator is exhausted.
 * @class
 */
export {StopIteration as default} from '@failure-abstraction/error';