nulib-spout/openspout3/src/Reader/Exception/IteratorNotRewindableException.php

8 lines
111 B
PHP

<?php
namespace OpenSpout\Reader\Exception;
class IteratorNotRewindableException extends ReaderException
{
}