spout/src/Spout/Reader/Exception/SharedStringNotFoundException.php
2015-09-04 11:43:01 -07:00

14 lines
207 B
PHP

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