zentaopms/lib/spout/Reader/Exception/SharedStringNotFoundException.php
2023-05-16 10:47:08 +08:00

14 lines
207 B
PHP

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