zentaopms/lib/spout/Reader/Exception/IteratorNotRewindableException.php
2023-05-16 10:47:08 +08:00

14 lines
209 B
PHP

<?php
namespace Box\Spout\Reader\Exception;
/**
* Class IteratorNotRewindableException
*
* @api
* @package Box\Spout\Reader\Exception
*/
class IteratorNotRewindableException extends ReaderException
{
}