spout/src/Spout/Reader/Exception/NoSheetsFoundException.php
2017-11-05 02:23:26 +01:00

11 lines
143 B
PHP

<?php
namespace Box\Spout\Reader\Exception;
/**
* Class NoSheetsFoundException
*/
class NoSheetsFoundException extends ReaderException
{
}