8 lines
111 B
PHP
8 lines
111 B
PHP
<?php
|
|
|
|
namespace OpenSpout\Reader\Exception;
|
|
|
|
class IteratorNotRewindableException extends ReaderException
|
|
{
|
|
}
|