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