spout/src/Spout/Reader/Exception/SharedStringNotFoundException.php
2017-09-06 00:33:43 +02:00

13 lines
168 B
PHP

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