Your IP : 216.73.216.95


Current Path : /var/test/www/alh/system/library/Spout/Reader/Exception/
Upload File :
Current File : /var/test/www/alh/system/library/Spout/Reader/Exception/ReaderException.php

<?php

namespace Box\Spout\Reader\Exception;

use Box\Spout\Common\Exception\SpoutException;

/**
 * Class ReaderException
 *
 * @package Box\Spout\Reader\Exception
 * @abstract
 */
abstract class ReaderException extends SpoutException
{
}