| Current Path : /var/www/html/ucsuenolar.sumar.com.py/lib/openspout/src/Reader/Exception/ |
| Current File : /var/www/html/ucsuenolar.sumar.com.py/lib/openspout/src/Reader/Exception/ReaderException.php |
<?php
declare(strict_types=1);
namespace OpenSpout\Reader\Exception;
use OpenSpout\Common\Exception\OpenSpoutException;
abstract class ReaderException extends OpenSpoutException
{
}