Types

NoNext

Represents attempt to fetch next value of an iterator when it's exhausted

Parent types

Example

{ Iter([]).next() }
# ... Exception of type NoNext ...