14 lines
193 B
PHP
14 lines
193 B
PHP
<?php
|
|
|
|
namespace Box\Spout\Reader\Exception;
|
|
|
|
/**
|
|
* Class NoSheetsFoundException
|
|
*
|
|
* @api
|
|
* @package Box\Spout\Reader\Exception
|
|
*/
|
|
class NoSheetsFoundException extends ReaderException
|
|
{
|
|
}
|