NoNext type

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

Example

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

Direct parent types

Exception
Represents exceptional situaution. All thrown things shouhld inherit Exception.
Direct subtypes: 10