See Release Notes
[Summary view]
1 <?php 2 3 namespace Box\Spout\Reader\Exception; 4 5 /** 6 * Class IteratorNotRewindableException 7 */ 8 class IteratorNotRewindableException extends ReaderException 9 { 10 }
title
Description
Body