-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.3.0
-
Component/s: None
-
None
The try/catch within next() and rewind() should re-throw the exception if it is not resumable. Currently, the exception is swallowed, which means the only exceptions thrown by those methods will be an exception from resume() itself (only a fraction of potential cases).