NoNext type
Example
{ Iter([]).next() } # ... Exception of type NoNext ...
Direct parent types
- Exception
Represents exceptional situaution. All thrown things shouhld inherit Exception. Direct subtypes: 10
{ Iter([]).next() } # ... Exception of type NoNext ...